Html Css Color HEX #85226F Dark Purple

📋 copy color: '#85226F'

red 133 ◦ green 34 ◦ blue 111

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

Shades of Dark Purple #85226F

Tints of Dark Purple #85226F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 47.84%
G = 12.23%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85226F (or 0x85226F) is known color: Dark Purple. HEX triplet: 85, 22 and 6F. RGB value is (133,34,111). Sum of RGB (Red+Green+Blue) = 133+34+111=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85226F is #7ADD90. Grayscale: #484848. Windows color (decimal): -8052113 or 7283333. OLE color: 7283333.

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

Color convert

RGB 133 34 111 -
CMYK 0 0.74 0.17 0.48
HSL 313.33º 0.59% 0.33% -
HSV(B) 313.33º 0.74% 0.52% -
XYZ 13.11 7.28 15.75 -
YUV 72.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 133 34 111 0 0.74 0.17 0.48 313.33 0.59 0.33
Hex 85 22 6F 0 4A 11 30 139 3B 21
Octal 205 42 157 0 112 21 60 471 73 41
Binary 10000101 100010 1101111 0 1001010 10001 110000 100111001 111011 100001

Color Harmonies of #85226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85226F

Black with #85226F

Text Example


Text Example

White with #85226F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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