Html Css Color HEX #86096E Dark Purple

📋 copy color: '#86096E'

red 134 ◦ green 9 ◦ blue 110

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

Shades of Dark Purple #86096E

Tints of Dark Purple #86096E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.48%

R = 52.96%
G = 3.56%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86096E (or 0x86096E) is known color: Dark Purple. HEX triplet: 86, 09 and 6E. RGB value is (134,9,110). Sum of RGB (Red+Green+Blue) = 134+9+110=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #86096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86096E is #79F691. Grayscale: #393939. Windows color (decimal): -7992978 or 7211398. OLE color: 7211398.

HSL color Cylindrical-coordinate representation of color #86096E: hue angle of 311.52º 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 #86096E is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 9 110 -
CMYK 0 0.93 0.18 0.47
HSL 311.52º 0.87% 0.28% -
HSV(B) 311.52º 0.93% 0.53% -
XYZ 12.74 6.39 15.31 -
YUV 57.89 157.41 182.29 -
System Red Green Blue C M Y K H S L
Decimal 134 9 110 0 0.93 0.18 0.47 311.52 0.87 0.28
Hex 86 9 6E 0 5D 12 2F 138 57 1C
Octal 206 11 156 0 135 22 57 470 127 34
Binary 10000110 1001 1101110 0 1011101 10010 101111 100111000 1010111 11100

Color Harmonies of #86096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86096E

Black with #86096E

Text Example


Text Example

White with #86096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86096E; }

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

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

background-color css

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

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

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

border-color css

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

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

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