Html Css Color HEX #85236F Dark Purple

📋 copy color: '#85236F'

red 133 ◦ green 35 ◦ blue 111

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

Shades of Dark Purple #85236F

Tints of Dark Purple #85236F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 47.67%
G = 12.54%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85236F (or 0x85236F) is known color: Dark Purple. HEX triplet: 85, 23 and 6F. RGB value is (133,35,111). Sum of RGB (Red+Green+Blue) = 133+35+111=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85236F is #7ADC90. Grayscale: #484848. Windows color (decimal): -8051857 or 7283589. OLE color: 7283589.

HSL color Cylindrical-coordinate representation of color #85236F: hue angle of 313.47º 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 #85236F is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 111 -
CMYK 0 0.74 0.17 0.48
HSL 313.47º 0.58% 0.33% -
HSV(B) 313.47º 0.74% 0.52% -
XYZ 13.14 7.34 15.76 -
YUV 72.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 133 35 111 0 0.74 0.17 0.48 313.47 0.58 0.33
Hex 85 23 6F 0 4A 11 30 139 3A 21
Octal 205 43 157 0 112 21 60 471 72 41
Binary 10000101 100011 1101111 0 1001010 10001 110000 100111001 111010 100001

Color Harmonies of #85236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85236F

Black with #85236F

Text Example


Text Example

White with #85236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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