#951BAA

Color #951BAA Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #951BAA

Tints of Vivid Violet #951BAA

Color information

#951BAA (or 0x951BAA) is unknown color: approx 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

RGB14927170-
CMYK0.120.8400.33
HSL291.19º72.59%38.63%-
HSV(B)291.19º84.12%66.67%-
XYZ20.0410.0838.92-
YUV79.78178.92177.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 27 (10.94% from 255) = 7.80%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=43.06%
G=7.80%
B=49.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149271700.120.8400.33291.1972.5938.63
Hex951BAAC540211234927
Octal225332521412404144311147
Binary1001010111011101010101100101010001000011001000111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>