Html Css Color HEX #85246C Dark Purple

📋 copy color: '#85246C'

red 133 ◦ green 36 ◦ blue 108

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

Shades of Dark Purple #85246C

Tints of Dark Purple #85246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13%

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

R = 48.01%
G = 13%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85246C (or 0x85246C) is known color: Dark Purple. HEX triplet: 85, 24 and 6C. RGB value is (133,36,108). Sum of RGB (Red+Green+Blue) = 133+36+108=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85246C is #7ADB93. Grayscale: #494949. Windows color (decimal): -8051604 or 7087237. OLE color: 7087237.

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

Color convert

RGB 133 36 108 -
CMYK 0 0.73 0.19 0.48
HSL 315.46º 0.57% 0.33% -
HSV(B) 315.46º 0.73% 0.52% -
XYZ 13.01 7.33 14.92 -
YUV 73.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 133 36 108 0 0.73 0.19 0.48 315.46 0.57 0.33
Hex 85 24 6C 0 49 13 30 13B 39 21
Octal 205 44 154 0 111 23 60 473 71 41
Binary 10000101 100100 1101100 0 1001001 10011 110000 100111011 111001 100001

Color Harmonies of #85246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85246C

Black with #85246C

Text Example


Text Example

White with #85246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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