Html Css Color HEX #85236C Dark Purple

📋 copy color: '#85236C'

red 133 ◦ green 35 ◦ blue 108

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

Shades of Dark Purple #85236C

Tints of Dark Purple #85236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

 BLUE value IS 108 (42.58% from 255) = 39.13%

R = 48.19%
G = 12.68%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85236C (or 0x85236C) is known color: Dark Purple. HEX triplet: 85, 23 and 6C. RGB value is (133,35,108). Sum of RGB (Red+Green+Blue) = 133+35+108=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85236C is #7ADC93. Grayscale: #484848. Windows color (decimal): -8051860 or 7086981. OLE color: 7086981.

HSL color Cylindrical-coordinate representation of color #85236C: hue angle of 315.31º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85236C is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 108 -
CMYK 0 0.74 0.19 0.48
HSL 315.31º 0.58% 0.33% -
HSV(B) 315.31º 0.74% 0.52% -
XYZ 12.98 7.27 14.91 -
YUV 72.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 133 35 108 0 0.74 0.19 0.48 315.31 0.58 0.33
Hex 85 23 6C 0 4A 13 30 13B 3A 21
Octal 205 43 154 0 112 23 60 473 72 41
Binary 10000101 100011 1101100 0 1001010 10011 110000 100111011 111010 100001

Color Harmonies of #85236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85236C

Black with #85236C

Text Example


Text Example

White with #85236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85236C; }

 p { color: rgb(133,35,108); }

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

background-color css

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

 a { background-color: rgb(133,35,108); }

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

border-color css

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

 span { border-color: rgb(133,35,108); }

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