Html Css Color HEX #85226C Dark Purple

📋 copy color: '#85226C'

red 133 ◦ green 34 ◦ blue 108

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

Shades of Dark Purple #85226C

Tints of Dark Purple #85226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.36%

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

R = 48.36%
G = 12.36%
B = 39.27%

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

#85226C (or 0x85226C) is known color: Dark Purple. HEX triplet: 85, 22 and 6C. RGB value is (133,34,108). Sum of RGB (Red+Green+Blue) = 133+34+108=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85226C is #7ADD93. Grayscale: #474747. Windows color (decimal): -8052116 or 7086725. OLE color: 7086725.

HSL color Cylindrical-coordinate representation of color #85226C: hue angle of 315.15º degrees, saturation: 0.59, 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 #85226C is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 34 108 -
CMYK 0 0.74 0.19 0.48
HSL 315.15º 0.59% 0.33% -
HSV(B) 315.15º 0.74% 0.52% -
XYZ 12.95 7.21 14.9 -
YUV 72.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 133 34 108 0 0.74 0.19 0.48 315.15 0.59 0.33
Hex 85 22 6C 0 4A 13 30 13B 3B 21
Octal 205 42 154 0 112 23 60 473 73 41
Binary 10000101 100010 1101100 0 1001010 10011 110000 100111011 111011 100001

Color Harmonies of #85226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85226C

Black with #85226C

Text Example


Text Example

White with #85226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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