Html Css Color HEX #85366A Dark Purple

📋 copy color: '#85366A'

red 133 ◦ green 54 ◦ blue 106

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

Shades of Dark Purple #85366A

Tints of Dark Purple #85366A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.18%

R = 45.39%
G = 18.43%
B = 36.18%

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

#85366A (or 0x85366A) is known color: Dark Purple. HEX triplet: 85, 36 and 6A. RGB value is (133,54,106). Sum of RGB (Red+Green+Blue) = 133+54+106=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85366A is #7AC995. Grayscale: #535353. Windows color (decimal): -8046998 or 6960773. OLE color: 6960773.

HSL color Cylindrical-coordinate representation of color #85366A: hue angle of 320.51º 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 #85366A is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 54 106 -
CMYK 0 0.59 0.20 0.48
HSL 320.51º 0.42% 0.37% -
HSV(B) 320.51º 0.59% 0.52% -
XYZ 13.59 8.67 14.59 -
YUV 83.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 133 54 106 0 0.59 0.20 0.48 320.51 0.42 0.37
Hex 85 36 6A 0 3B 14 30 141 2A 25
Octal 205 66 152 0 73 24 60 501 52 45
Binary 10000101 110110 1101010 0 111011 10100 110000 101000001 101010 100101

Color Harmonies of #85366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85366A

Black with #85366A

Text Example


Text Example

White with #85366A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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