Html Css Color HEX #852181 Dark Purple

📋 copy color: '#852181'

red 133 ◦ green 33 ◦ blue 129

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

Shades of Dark Purple #852181

Tints of Dark Purple #852181

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.19%

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 45.08%
G = 11.19%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#852181 (or 0x852181) is known color: Dark Purple. HEX triplet: 85, 21 and 81. RGB value is (133,33,129). Sum of RGB (Red+Green+Blue) = 133+33+129=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #852181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852181 is #7ADE7E. Grayscale: #494949. Windows color (decimal): -8052351 or 8462725. OLE color: 8462725.

HSL color Cylindrical-coordinate representation of color #852181: hue angle of 302.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852181 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 129 -
CMYK 0 0.75 0.03 0.48
HSL 302.4º 0.6% 0.33% -
HSV(B) 302.4º 0.75% 0.52% -
XYZ 14.18 7.66 21.5 -
YUV 73.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 133 33 129 0 0.75 0.03 0.48 302.4 0.6 0.33
Hex 85 21 81 0 4B 3 30 12E 3C 21
Octal 205 41 201 0 113 3 60 456 74 41
Binary 10000101 100001 10000001 0 1001011 11 110000 100101110 111100 100001

Color Harmonies of #852181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852181

Black with #852181

Text Example


Text Example

White with #852181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852181; }

 p { color: rgb(133,33,129); }

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

background-color css

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

 a { background-color: rgb(133,33,129); }

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

border-color css

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

 span { border-color: rgb(133,33,129); }

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