Html Css Color HEX #860976 Purple

📋 copy color: '#860976'

red 134 ◦ green 9 ◦ blue 118

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

Shades of Purple #860976

Tints of Purple #860976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.45%

 BLUE value IS 118 (46.48% from 255) = 45.21%

R = 51.34%
G = 3.45%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#860976 (or 0x860976) is known color: Purple. HEX triplet: 86, 09 and 76. RGB value is (134,9,118). Sum of RGB (Red+Green+Blue) = 134+9+118=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #860976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860976 is #79F689. Grayscale: #3A3A3A. Windows color (decimal): -7992970 or 7735686. OLE color: 7735686.

HSL color Cylindrical-coordinate representation of color #860976: hue angle of 307.68º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860976 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 9 118 -
CMYK 0 0.93 0.12 0.47
HSL 307.68º 0.87% 0.28% -
HSV(B) 307.68º 0.93% 0.53% -
XYZ 13.2 6.57 17.71 -
YUV 58.8 161.41 181.64 -
System Red Green Blue C M Y K H S L
Decimal 134 9 118 0 0.93 0.12 0.47 307.68 0.87 0.28
Hex 86 9 76 0 5D C 2F 134 57 1C
Octal 206 11 166 0 135 14 57 464 127 34
Binary 10000110 1001 1110110 0 1011101 1100 101111 100110100 1010111 11100

Color Harmonies of #860976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860976

Black with #860976

Text Example


Text Example

White with #860976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860976; }

 p { color: rgb(134,9,118); }

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

background-color css

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

 a { background-color: rgb(134,9,118); }

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

border-color css

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

 span { border-color: rgb(134,9,118); }

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