Html Css Color HEX #862996 Vivid Violet

📋 copy color: '#862996'

red 134 ◦ green 41 ◦ blue 150

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

Shades of Vivid Violet #862996

Tints of Vivid Violet #862996

RGB

 RED value IS 134 (52.73% from 255) = 41.23%

 GREEN value IS 41 (16.41% from 255) = 12.62%

 BLUE value IS 150 (58.98% from 255) = 46.15%

R = 41.23%
G = 12.62%
B = 46.15%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#862996 (or 0x862996) is known color: Vivid Violet. HEX triplet: 86, 29 and 96. RGB value is (134,41,150). Sum of RGB (Red+Green+Blue) = 134+41+150=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #862996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862996 is #79D669. Grayscale: #505050. Windows color (decimal): -7984746 or 9841030. OLE color: 9841030.

HSL color Cylindrical-coordinate representation of color #862996: hue angle of 291.19º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #862996 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 41 150 -
CMYK 0.11 0.73 0 0.41
HSL 291.19º 0.57% 0.37% -
HSV(B) 291.19º 0.73% 0.59% -
XYZ 16.13 8.86 29.71 -
YUV 81.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 134 41 150 0.11 0.73 0 0.41 291.19 0.57 0.37
Hex 86 29 96 B 49 0 29 123 39 25
Octal 206 51 226 13 111 0 51 443 71 45
Binary 10000110 101001 10010110 1011 1001001 0 101001 100100011 111001 100101

Color Harmonies of #862996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862996

Black with #862996

Text Example


Text Example

White with #862996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862996; }

 p { color: rgb(134,41,150); }

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

background-color css

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

 a { background-color: rgb(134,41,150); }

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

border-color css

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

 span { border-color: rgb(134,41,150); }

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