Html Css Color HEX #852C82 Dark Purple

📋 copy color: '#852C82'

red 133 ◦ green 44 ◦ blue 130

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

Shades of Dark Purple #852C82

Tints of Dark Purple #852C82

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.33%

 BLUE value IS 130 (51.17% from 255) = 42.35%

R = 43.32%
G = 14.33%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#852C82 (or 0x852C82) is known color: Dark Purple. HEX triplet: 85, 2C and 82. RGB value is (133,44,130). Sum of RGB (Red+Green+Blue) = 133+44+130=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #852C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852C82 is #7AD37D. Grayscale: #505050. Windows color (decimal): -8049534 or 8531077. OLE color: 8531077.

HSL color Cylindrical-coordinate representation of color #852C82: hue angle of 302.02º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C82 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 44 130 -
CMYK 0 0.67 0.02 0.48
HSL 302.02º 0.5% 0.35% -
HSV(B) 302.02º 0.67% 0.52% -
XYZ 14.6 8.4 21.97 -
YUV 80.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 133 44 130 0 0.67 0.02 0.48 302.02 0.5 0.35
Hex 85 2C 82 0 43 2 30 12E 32 23
Octal 205 54 202 0 103 2 60 456 62 43
Binary 10000101 101100 10000010 0 1000011 10 110000 100101110 110010 100011

Color Harmonies of #852C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C82

Black with #852C82

Text Example


Text Example

White with #852C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852C82; }

 p { color: rgb(133,44,130); }

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

background-color css

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

 a { background-color: rgb(133,44,130); }

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

border-color css

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

 span { border-color: rgb(133,44,130); }

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