Html Css Color HEX #951EAA Vivid Violet

📋 copy color: '#951EAA'

red 149 ◦ green 30 ◦ blue 170

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

Shades of Vivid Violet #951EAA

Tints of Vivid Violet #951EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 42.69%
G = 8.6%
B = 48.71%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#951EAA (or 0x951EAA) is known color: Vivid Violet. HEX triplet: 95, 1E and AA. RGB value is (149,30,170). Sum of RGB (Red+Green+Blue) = 149+30+170=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #951EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951EAA is #6AE155. Grayscale: #515151. Windows color (decimal): -7004502 or 11148949. OLE color: 11148949.

HSL color Cylindrical-coordinate representation of color #951EAA: hue angle of 291º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951EAA is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 30 170 -
CMYK 0.12 0.82 0 0.33
HSL 291º 0.7% 0.39% -
HSV(B) 291º 0.82% 0.67% -
XYZ 20.11 10.22 38.94 -
YUV 81.54 177.92 176.12 -
System Red Green Blue C M Y K H S L
Decimal 149 30 170 0.12 0.82 0 0.33 291 0.7 0.39
Hex 95 1E AA C 52 0 21 123 46 27
Octal 225 36 252 14 122 0 41 443 106 47
Binary 10010101 11110 10101010 1100 1010010 0 100001 100100011 1000110 100111

Color Harmonies of #951EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951EAA

Black with #951EAA

Text Example


Text Example

White with #951EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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