#862B9B

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

Shades of Vivid Violet #862B9B

Tints of Vivid Violet #862B9B

Color information

#862B9B (or 0x862B9B) is unknown color: approx Vivid Violet. HEX triplet: 86, 2B and 9B. RGB value is (134,43,155). Sum of RGB (Red+Green+Blue) = 134+43+155=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #862B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862B9B is #79D464. Grayscale: #525252. Windows color (decimal): -7984229 or 10169222. OLE color: 10169222.

HSL color Cylindrical-coordinate representation of color #862B9B: hue angle of 288.75º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862B9B is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13443155-
CMYK0.140.7200.39
HSL288.75º56.57%38.82%-
HSV(B)288.75º72.26%60.78%-
XYZ16.619.1631.9-
YUV82.98168.65164.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 43 (17.19% from 255) = 12.95%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=40.36%
G=12.95%
B=46.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134431550.140.7200.39288.7556.5738.82
Hex862B9BE480271213927
Octal20653233161100474417147
Binary1000011010101110011011111010010000100111100100001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862B9B; }

 p { color: rgb(134,43,155); }

 H1.HeaderClassName
 {
   color: #862B9B;
 }
 .AnyTagClassName
 {
   color: #862B9B;
 }
</style>
background-color css

<style>
 a { background-color: #862B9B; }

 a { background-color: rgb(134,43,155); }

 div.DivClassName
 {
   background-color: #862B9B;
 }
 .BgClassName
 {
   background-color: #862B9B;
 }
</style>
border-color css

<style>
 span { border-color: #862B9B; }

 span { border-color: rgb(134,43,155); }

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