Html Css Color HEX #951CA9 Vivid Violet

📋 copy color: '#951CA9'

red 149 ◦ green 28 ◦ blue 169

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

Shades of Vivid Violet #951CA9

Tints of Vivid Violet #951CA9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

 BLUE value IS 169 (66.41% from 255) = 48.84%

R = 43.06%
G = 8.09%
B = 48.84%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#951CA9 (or 0x951CA9) is known color: Vivid Violet. HEX triplet: 95, 1C and A9. RGB value is (149,28,169). Sum of RGB (Red+Green+Blue) = 149+28+169=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #951CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951CA9 is #6AE356. Grayscale: #4F4F4F. Windows color (decimal): -7005015 or 11082901. OLE color: 11082901.

HSL color Cylindrical-coordinate representation of color #951CA9: hue angle of 291.49º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951CA9 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 149 28 169 -
CMYK 0.12 0.83 0 0.34
HSL 291.49º 0.72% 0.39% -
HSV(B) 291.49º 0.83% 0.66% -
XYZ 19.97 10.08 38.43 -
YUV 80.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 149 28 169 0.12 0.83 0 0.34 291.49 0.72 0.39
Hex 95 1C A9 C 53 0 22 123 48 27
Octal 225 34 251 14 123 0 42 443 110 47
Binary 10010101 11100 10101001 1100 1010011 0 100010 100100011 1001000 100111

Color Harmonies of #951CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CA9

Black with #951CA9

Text Example


Text Example

White with #951CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951CA9; }

 p { color: rgb(149,28,169); }

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

background-color css

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

 a { background-color: rgb(149,28,169); }

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

border-color css

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

 span { border-color: rgb(149,28,169); }

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