Html Css Color HEX #852384 Dark Purple

📋 copy color: '#852384'

red 133 ◦ green 35 ◦ blue 132

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

Shades of Dark Purple #852384

Tints of Dark Purple #852384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44%

R = 44.33%
G = 11.67%
B = 44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#852384 (or 0x852384) is known color: Dark Purple. HEX triplet: 85, 23 and 84. RGB value is (133,35,132). Sum of RGB (Red+Green+Blue) = 133+35+132=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #852384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852384 is #7ADC7B. Grayscale: #4B4B4B. Windows color (decimal): -8051836 or 8659845. OLE color: 8659845.

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

Color convert

RGB 133 35 132 -
CMYK 0 0.74 0.01 0.48
HSL 300.61º 0.58% 0.33% -
HSV(B) 300.61º 0.74% 0.52% -
XYZ 14.44 7.85 22.58 -
YUV 75.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 133 35 132 0 0.74 0.01 0.48 300.61 0.58 0.33
Hex 85 23 84 0 4A 1 30 12D 3A 21
Octal 205 43 204 0 112 1 60 455 72 41
Binary 10000101 100011 10000100 0 1001010 1 110000 100101101 111010 100001

Color Harmonies of #852384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852384

Black with #852384

Text Example


Text Example

White with #852384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852384; }

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

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

background-color css

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

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

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

border-color css

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

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

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