Html Css Color HEX #85366B Dark Purple

📋 copy color: '#85366B'

red 133 ◦ green 54 ◦ blue 107

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

Shades of Dark Purple #85366B

Tints of Dark Purple #85366B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

 BLUE value IS 107 (42.19% from 255) = 36.39%

R = 45.24%
G = 18.37%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85366B (or 0x85366B) is known color: Dark Purple. HEX triplet: 85, 36 and 6B. RGB value is (133,54,107). Sum of RGB (Red+Green+Blue) = 133+54+107=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85366B is #7AC994. Grayscale: #535353. Windows color (decimal): -8046997 or 7026309. OLE color: 7026309.

HSL color Cylindrical-coordinate representation of color #85366B: hue angle of 319.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85366B is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 54 107 -
CMYK 0 0.59 0.20 0.48
HSL 319.75º 0.42% 0.37% -
HSV(B) 319.75º 0.59% 0.52% -
XYZ 13.65 8.69 14.87 -
YUV 83.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 133 54 107 0 0.59 0.20 0.48 319.75 0.42 0.37
Hex 85 36 6B 0 3B 14 30 140 2A 25
Octal 205 66 153 0 73 24 60 500 52 45
Binary 10000101 110110 1101011 0 111011 10100 110000 101000000 101010 100101

Color Harmonies of #85366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85366B

Black with #85366B

Text Example


Text Example

White with #85366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85366B; }

 p { color: rgb(133,54,107); }

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

background-color css

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

 a { background-color: rgb(133,54,107); }

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

border-color css

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

 span { border-color: rgb(133,54,107); }

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