Html Css Color HEX #852281 Dark Purple

📋 copy color: '#852281'

red 133 ◦ green 34 ◦ blue 129

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

Shades of Dark Purple #852281

Tints of Dark Purple #852281

RGB

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

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

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

R = 44.93%
G = 11.49%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#852281 (or 0x852281) is known color: Dark Purple. HEX triplet: 85, 22 and 81. RGB value is (133,34,129). Sum of RGB (Red+Green+Blue) = 133+34+129=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #852281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852281 is #7ADD7E. Grayscale: #4A4A4A. Windows color (decimal): -8052095 or 8462981. OLE color: 8462981.

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

Color convert

RGB 133 34 129 -
CMYK 0 0.74 0.03 0.48
HSL 302.42º 0.59% 0.33% -
HSV(B) 302.42º 0.74% 0.52% -
XYZ 14.21 7.72 21.51 -
YUV 74.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 133 34 129 0 0.74 0.03 0.48 302.42 0.59 0.33
Hex 85 22 81 0 4A 3 30 12E 3B 21
Octal 205 42 201 0 112 3 60 456 73 41
Binary 10000101 100010 10000001 0 1001010 11 110000 100101110 111011 100001

Color Harmonies of #852281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852281

Black with #852281

Text Example


Text Example

White with #852281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852281; }

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

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

background-color css

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

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

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

border-color css

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

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

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