Html Css Color HEX #954289 Vivid Violet

📋 copy color: '#954289'

red 149 ◦ green 66 ◦ blue 137

#954289
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #954289

Tints of Vivid Violet #954289

RGB

 RED value IS 149 (58.59% from 255) = 42.33%

 GREEN value IS 66 (26.17% from 255) = 18.75%

 BLUE value IS 137 (53.91% from 255) = 38.92%

R = 42.33%
G = 18.75%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#954289 (or 0x954289) is known color: Vivid Violet. HEX triplet: 95, 42 and 89. RGB value is (149,66,137). Sum of RGB (Red+Green+Blue) = 149+66+137=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #954289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954289 is #6ABD76. Grayscale: #626262. Windows color (decimal): -6995319 or 8995477. OLE color: 8995477.

HSL color Cylindrical-coordinate representation of color #954289: hue angle of 308.67º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954289 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 66 137 -
CMYK 0 0.56 0.08 0.42
HSL 308.67º 0.39% 0.42% -
HSV(B) 308.67º 0.56% 0.58% -
XYZ 18.86 12.09 25.01 -
YUV 98.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 149 66 137 0 0.56 0.08 0.42 308.67 0.39 0.42
Hex 95 42 89 0 38 8 2A 135 27 2A
Octal 225 102 211 0 70 10 52 465 47 52
Binary 10010101 1000010 10001001 0 111000 1000 101010 100110101 100111 101010

Color Harmonies of #954289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954289

Black with #954289

Text Example


Text Example

White with #954289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954289; }

 p { color: rgb(149,66,137); }

 H1.HeaderClassName
 {
   color: #954289;
 }
 .AnyTagClassName
 {
   color: #954289;
 }
</style>

background-color css

<style>
 a { background-color: #954289; }

 a { background-color: rgb(149,66,137); }

 div.DivClassName
 {
   background-color: #954289;
 }
 .BgClassName
 {
   background-color: #954289;
 }
</style>

border-color css

<style>
 span { border-color: #954289; }

 span { border-color: rgb(149,66,137); }

 td.TdClassName
 {
   border-color: #954289;
 }
 .TagClassName
 {
   border-color: #954289;
 }
</style>