Html Css Color HEX #951DAA Vivid Violet

📋 copy color: '#951DAA'

red 149 ◦ green 29 ◦ blue 170

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

Shades of Vivid Violet #951DAA

Tints of Vivid Violet #951DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.33%

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

R = 42.82%
G = 8.33%
B = 48.85%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#951DAA (or 0x951DAA) is known color: Vivid Violet. HEX triplet: 95, 1D and AA. RGB value is (149,29,170). Sum of RGB (Red+Green+Blue) = 149+29+170=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #951DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951DAA is #6AE255. Grayscale: #505050. Windows color (decimal): -7004758 or 11148693. OLE color: 11148693.

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

Color convert

RGB 149 29 170 -
CMYK 0.12 0.83 0 0.33
HSL 291.06º 0.71% 0.39% -
HSV(B) 291.06º 0.83% 0.67% -
XYZ 20.09 10.17 38.93 -
YUV 80.95 178.26 176.54 -
System Red Green Blue C M Y K H S L
Decimal 149 29 170 0.12 0.83 0 0.33 291.06 0.71 0.39
Hex 95 1D AA C 53 0 21 123 47 27
Octal 225 35 252 14 123 0 41 443 107 47
Binary 10010101 11101 10101010 1100 1010011 0 100001 100100011 1000111 100111

Color Harmonies of #951DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951DAA

Black with #951DAA

Text Example


Text Example

White with #951DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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