Html Css Color HEX #85096E Dark Purple

📋 copy color: '#85096E'

red 133 ◦ green 9 ◦ blue 110

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

Shades of Dark Purple #85096E

Tints of Dark Purple #85096E

RGB

 RED value IS 133 (52.34% from 255) = 52.78%

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

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

R = 52.78%
G = 3.57%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85096E (or 0x85096E) is known color: Dark Purple. HEX triplet: 85, 09 and 6E. RGB value is (133,9,110). Sum of RGB (Red+Green+Blue) = 133+9+110=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #85096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85096E is #7AF691. Grayscale: #393939. Windows color (decimal): -8058514 or 7211397. OLE color: 7211397.

HSL color Cylindrical-coordinate representation of color #85096E: hue angle of 311.13º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85096E is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 9 110 -
CMYK 0 0.93 0.17 0.48
HSL 311.13º 0.87% 0.28% -
HSV(B) 311.13º 0.93% 0.52% -
XYZ 12.59 6.31 15.31 -
YUV 57.59 157.58 181.79 -
System Red Green Blue C M Y K H S L
Decimal 133 9 110 0 0.93 0.17 0.48 311.13 0.87 0.28
Hex 85 9 6E 0 5D 11 30 137 57 1C
Octal 205 11 156 0 135 21 60 467 127 34
Binary 10000101 1001 1101110 0 1011101 10001 110000 100110111 1010111 11100

Color Harmonies of #85096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85096E

Black with #85096E

Text Example


Text Example

White with #85096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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