Html Css Color HEX #951BAA Vivid Violet

📋 copy color: '#951BAA'

red 149 ◦ green 27 ◦ blue 170

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

Shades of Vivid Violet #951BAA

Tints of Vivid Violet #951BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.8%

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

R = 43.06%
G = 7.8%
B = 49.13%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#951BAA (or 0x951BAA) is known color: Vivid Violet. HEX triplet: 95, 1B and AA. RGB value is (149,27,170). Sum of RGB (Red+Green+Blue) = 149+27+170=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #951BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951BAA is #6AE455. Grayscale: #4F4F4F. Windows color (decimal): -7005270 or 11148181. OLE color: 11148181.

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

Color convert

RGB 149 27 170 -
CMYK 0.12 0.84 0 0.33
HSL 291.19º 0.73% 0.39% -
HSV(B) 291.19º 0.84% 0.67% -
XYZ 20.04 10.08 38.92 -
YUV 79.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 149 27 170 0.12 0.84 0 0.33 291.19 0.73 0.39
Hex 95 1B AA C 54 0 21 123 49 27
Octal 225 33 252 14 124 0 41 443 111 47
Binary 10010101 11011 10101010 1100 1010100 0 100001 100100011 1001001 100111

Color Harmonies of #951BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BAA

Black with #951BAA

Text Example


Text Example

White with #951BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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