Html Css Color HEX #852389 Dark Purple

📋 copy color: '#852389'

red 133 ◦ green 35 ◦ blue 137

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

Shades of Dark Purple #852389

Tints of Dark Purple #852389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.92%

R = 43.61%
G = 11.48%
B = 44.92%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#852389 (or 0x852389) is known color: Dark Purple. HEX triplet: 85, 23 and 89. RGB value is (133,35,137). Sum of RGB (Red+Green+Blue) = 133+35+137=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #852389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852389 is #7ADC76. Grayscale: #4B4B4B. Windows color (decimal): -8051831 or 8987525. OLE color: 8987525.

HSL color Cylindrical-coordinate representation of color #852389: hue angle of 297.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852389 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 35 137 -
CMYK 0.03 0.74 0 0.46
HSL 297.65º 0.59% 0.34% -
HSV(B) 297.65º 0.74% 0.54% -
XYZ 14.79 7.99 24.43 -
YUV 75.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 133 35 137 0.03 0.74 0 0.46 297.65 0.59 0.34
Hex 85 23 89 3 4A 0 2E 12A 3B 22
Octal 205 43 211 3 112 0 56 452 73 42
Binary 10000101 100011 10001001 11 1001010 0 101110 100101010 111011 100010

Color Harmonies of #852389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852389

Black with #852389

Text Example


Text Example

White with #852389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852389; }

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

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

background-color css

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

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

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

border-color css

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

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

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