Html Css Color HEX #85226D Dark Purple

📋 copy color: '#85226D'

red 133 ◦ green 34 ◦ blue 109

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

Shades of Dark Purple #85226D

Tints of Dark Purple #85226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 48.19%
G = 12.32%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85226D (or 0x85226D) is known color: Dark Purple. HEX triplet: 85, 22 and 6D. RGB value is (133,34,109). Sum of RGB (Red+Green+Blue) = 133+34+109=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85226D is #7ADD92. Grayscale: #474747. Windows color (decimal): -8052115 or 7152261. OLE color: 7152261.

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

Color convert

RGB 133 34 109 -
CMYK 0 0.74 0.18 0.48
HSL 314.55º 0.59% 0.33% -
HSV(B) 314.55º 0.74% 0.52% -
XYZ 13.01 7.23 15.18 -
YUV 72.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 133 34 109 0 0.74 0.18 0.48 314.55 0.59 0.33
Hex 85 22 6D 0 4A 12 30 13B 3B 21
Octal 205 42 155 0 112 22 60 473 73 41
Binary 10000101 100010 1101101 0 1001010 10010 110000 100111011 111011 100001

Color Harmonies of #85226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85226D

Black with #85226D

Text Example


Text Example

White with #85226D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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