Html Css Color HEX #852581 Dark Purple

📋 copy color: '#852581'

red 133 ◦ green 37 ◦ blue 129

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

Shades of Dark Purple #852581

Tints of Dark Purple #852581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

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

R = 44.48%
G = 12.37%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#852581 (or 0x852581) is known color: Dark Purple. HEX triplet: 85, 25 and 81. RGB value is (133,37,129). Sum of RGB (Red+Green+Blue) = 133+37+129=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #852581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852581 is #7ADA7E. Grayscale: #4B4B4B. Windows color (decimal): -8051327 or 8463749. OLE color: 8463749.

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

Color convert

RGB 133 37 129 -
CMYK 0 0.72 0.03 0.48
HSL 302.5º 0.56% 0.33% -
HSV(B) 302.5º 0.72% 0.52% -
XYZ 14.3 7.89 21.54 -
YUV 76.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 133 37 129 0 0.72 0.03 0.48 302.5 0.56 0.33
Hex 85 25 81 0 48 3 30 12E 38 21
Octal 205 45 201 0 110 3 60 456 70 41
Binary 10000101 100101 10000001 0 1001000 11 110000 100101110 111000 100001

Color Harmonies of #852581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852581

Black with #852581

Text Example


Text Example

White with #852581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852581; }

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

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

background-color css

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

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

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

border-color css

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

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

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