Html Css Color HEX #852385 Dark Purple

📋 copy color: '#852385'

red 133 ◦ green 35 ◦ blue 133

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

Shades of Dark Purple #852385

Tints of Dark Purple #852385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

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

R = 44.19%
G = 11.63%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#852385 (or 0x852385) is known color: Dark Purple. HEX triplet: 85, 23 and 85. RGB value is (133,35,133). Sum of RGB (Red+Green+Blue) = 133+35+133=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #852385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852385 is #7ADC7A. Grayscale: #4B4B4B. Windows color (decimal): -8051835 or 8725381. OLE color: 8725381.

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

Color convert

RGB 133 35 133 -
CMYK 0 0.74 0 0.48
HSL 300º 0.58% 0.33% -
HSV(B) 300º 0.74% 0.52% -
XYZ 14.51 7.88 22.95 -
YUV 75.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 133 35 133 0 0.74 0 0.48 300 0.58 0.33
Hex 85 23 85 0 4A 0 30 12C 3A 21
Octal 205 43 205 0 112 0 60 454 72 41
Binary 10000101 100011 10000101 0 1001010 0 110000 100101100 111010 100001

Color Harmonies of #852385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852385

Black with #852385

Text Example


Text Example

White with #852385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852385; }

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

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

background-color css

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

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

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

border-color css

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

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

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