Html Css Color HEX #852083 Dark Purple

📋 copy color: '#852083'

red 133 ◦ green 32 ◦ blue 131

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

Shades of Dark Purple #852083

Tints of Dark Purple #852083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 44.93%
G = 10.81%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#852083 (or 0x852083) is known color: Dark Purple. HEX triplet: 85, 20 and 83. RGB value is (133,32,131). Sum of RGB (Red+Green+Blue) = 133+32+131=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #852083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852083 is #7ADF7C. Grayscale: #494949. Windows color (decimal): -8052605 or 8593541. OLE color: 8593541.

HSL color Cylindrical-coordinate representation of color #852083: hue angle of 301.19º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852083 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 131 -
CMYK 0 0.76 0.02 0.48
HSL 301.19º 0.61% 0.32% -
HSV(B) 301.19º 0.76% 0.52% -
XYZ 14.29 7.66 22.2 -
YUV 73.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 133 32 131 0 0.76 0.02 0.48 301.19 0.61 0.32
Hex 85 20 83 0 4C 2 30 12D 3D 20
Octal 205 40 203 0 114 2 60 455 75 40
Binary 10000101 100000 10000011 0 1001100 10 110000 100101101 111101 100000

Color Harmonies of #852083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852083

Black with #852083

Text Example


Text Example

White with #852083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852083; }

 p { color: rgb(133,32,131); }

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

background-color css

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

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

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

border-color css

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

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

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