Html Css Color HEX #951EA2 Vivid Violet

📋 copy color: '#951EA2'

red 149 ◦ green 30 ◦ blue 162

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

Shades of Vivid Violet #951EA2

Tints of Vivid Violet #951EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.8%

 BLUE value IS 162 (63.67% from 255) = 47.51%

R = 43.7%
G = 8.8%
B = 47.51%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#951EA2 (or 0x951EA2) is known color: Vivid Violet. HEX triplet: 95, 1E and A2. RGB value is (149,30,162). Sum of RGB (Red+Green+Blue) = 149+30+162=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #951EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951EA2 is #6AE15D. Grayscale: #505050. Windows color (decimal): -7004510 or 10624661. OLE color: 10624661.

HSL color Cylindrical-coordinate representation of color #951EA2: hue angle of 294.09º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951EA2 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 30 162 -
CMYK 0.08 0.81 0 0.36
HSL 294.09º 0.69% 0.38% -
HSV(B) 294.09º 0.81% 0.64% -
XYZ 19.38 9.93 35.08 -
YUV 80.63 173.92 176.77 -
System Red Green Blue C M Y K H S L
Decimal 149 30 162 0.08 0.81 0 0.36 294.09 0.69 0.38
Hex 95 1E A2 8 51 0 24 126 45 26
Octal 225 36 242 10 121 0 44 446 105 46
Binary 10010101 11110 10100010 1000 1010001 0 100100 100100110 1000101 100110

Color Harmonies of #951EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951EA2

Black with #951EA2

Text Example


Text Example

White with #951EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,30,162); }

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

background-color css

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

 a { background-color: rgb(149,30,162); }

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

border-color css

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

 span { border-color: rgb(149,30,162); }

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