Html Css Color HEX #852B85 Dark Purple

📋 copy color: '#852B85'

red 133 ◦ green 43 ◦ blue 133

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

Shades of Dark Purple #852B85

Tints of Dark Purple #852B85

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.92%

 BLUE value IS 133 (52.34% from 255) = 43.04%

R = 43.04%
G = 13.92%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#852B85 (or 0x852B85) is known color: Dark Purple. HEX triplet: 85, 2B and 85. RGB value is (133,43,133). Sum of RGB (Red+Green+Blue) = 133+43+133=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #852B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852B85 is #7AD47A. Grayscale: #4F4F4F. Windows color (decimal): -8049787 or 8727429. OLE color: 8727429.

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

Color convert

RGB 133 43 133 -
CMYK 0 0.68 0 0.48
HSL 300º 0.51% 0.35% -
HSV(B) 300º 0.68% 0.52% -
XYZ 14.77 8.41 23.03 -
YUV 80.17 157.82 165.68 -
System Red Green Blue C M Y K H S L
Decimal 133 43 133 0 0.68 0 0.48 300 0.51 0.35
Hex 85 2B 85 0 44 0 30 12C 33 23
Octal 205 53 205 0 104 0 60 454 63 43
Binary 10000101 101011 10000101 0 1000100 0 110000 100101100 110011 100011

Color Harmonies of #852B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B85

Black with #852B85

Text Example


Text Example

White with #852B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,43,133); }

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

background-color css

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

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

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

border-color css

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

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

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