Html Css Color HEX #852383 Dark Purple

📋 copy color: '#852383'

red 133 ◦ green 35 ◦ blue 131

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

Shades of Dark Purple #852383

Tints of Dark Purple #852383

RGB

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

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

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

R = 44.48%
G = 11.71%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#852383 (or 0x852383) is known color: Dark Purple. HEX triplet: 85, 23 and 83. RGB value is (133,35,131). Sum of RGB (Red+Green+Blue) = 133+35+131=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #852383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852383 is #7ADC7C. Grayscale: #4A4A4A. Windows color (decimal): -8051837 or 8594309. OLE color: 8594309.

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

Color convert

RGB 133 35 131 -
CMYK 0 0.74 0.02 0.48
HSL 301.22º 0.58% 0.33% -
HSV(B) 301.22º 0.74% 0.52% -
XYZ 14.37 7.83 22.23 -
YUV 75.25 159.47 169.19 -
System Red Green Blue C M Y K H S L
Decimal 133 35 131 0 0.74 0.02 0.48 301.22 0.58 0.33
Hex 85 23 83 0 4A 2 30 12D 3A 21
Octal 205 43 203 0 112 2 60 455 72 41
Binary 10000101 100011 10000011 0 1001010 10 110000 100101101 111010 100001

Color Harmonies of #852383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852383

Black with #852383

Text Example


Text Example

White with #852383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852383; }

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

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

background-color css

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

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

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

border-color css

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

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

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