Html Css Color HEX #852183 Dark Purple

📋 copy color: '#852183'

red 133 ◦ green 33 ◦ blue 131

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

Shades of Dark Purple #852183

Tints of Dark Purple #852183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

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

R = 44.78%
G = 11.11%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#852183 (or 0x852183) is known color: Dark Purple. HEX triplet: 85, 21 and 83. RGB value is (133,33,131). Sum of RGB (Red+Green+Blue) = 133+33+131=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #852183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852183 is #7ADE7C. Grayscale: #494949. Windows color (decimal): -8052349 or 8593797. OLE color: 8593797.

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

Color convert

RGB 133 33 131 -
CMYK 0 0.75 0.02 0.48
HSL 301.2º 0.6% 0.33% -
HSV(B) 301.2º 0.75% 0.52% -
XYZ 14.31 7.71 22.21 -
YUV 74.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 133 33 131 0 0.75 0.02 0.48 301.2 0.6 0.33
Hex 85 21 83 0 4B 2 30 12D 3C 21
Octal 205 41 203 0 113 2 60 455 74 41
Binary 10000101 100001 10000011 0 1001011 10 110000 100101101 111100 100001

Color Harmonies of #852183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852183

Black with #852183

Text Example


Text Example

White with #852183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852183; }

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

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

background-color css

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

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

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

border-color css

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

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

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