Html Css Color HEX #85227F Dark Purple

📋 copy color: '#85227F'

red 133 ◦ green 34 ◦ blue 127

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

Shades of Dark Purple #85227F

Tints of Dark Purple #85227F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.2%

R = 45.24%
G = 11.56%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85227F (or 0x85227F) is known color: Dark Purple. HEX triplet: 85, 22 and 7F. RGB value is (133,34,127). Sum of RGB (Red+Green+Blue) = 133+34+127=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85227F is #7ADD80. Grayscale: #494949. Windows color (decimal): -8052097 or 8331909. OLE color: 8331909.

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

Color convert

RGB 133 34 127 -
CMYK 0 0.74 0.05 0.48
HSL 303.64º 0.59% 0.33% -
HSV(B) 303.64º 0.74% 0.52% -
XYZ 14.08 7.66 20.82 -
YUV 74.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 133 34 127 0 0.74 0.05 0.48 303.64 0.59 0.33
Hex 85 22 7F 0 4A 5 30 130 3B 21
Octal 205 42 177 0 112 5 60 460 73 41
Binary 10000101 100010 1111111 0 1001010 101 110000 100110000 111011 100001

Color Harmonies of #85227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85227F

Black with #85227F

Text Example


Text Example

White with #85227F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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