Html Css Color HEX #852283 Dark Purple

📋 copy color: '#852283'

red 133 ◦ green 34 ◦ blue 131

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

Shades of Dark Purple #852283

Tints of Dark Purple #852283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

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

R = 44.63%
G = 11.41%
B = 43.96%

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

#852283 (or 0x852283) is known color: Dark Purple. HEX triplet: 85, 22 and 83. RGB value is (133,34,131). Sum of RGB (Red+Green+Blue) = 133+34+131=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #852283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852283 is #7ADD7C. Grayscale: #4A4A4A. Windows color (decimal): -8052093 or 8594053. OLE color: 8594053.

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

Color convert

RGB 133 34 131 -
CMYK 0 0.74 0.02 0.48
HSL 301.21º 0.59% 0.33% -
HSV(B) 301.21º 0.74% 0.52% -
XYZ 14.34 7.77 22.22 -
YUV 74.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 133 34 131 0 0.74 0.02 0.48 301.21 0.59 0.33
Hex 85 22 83 0 4A 2 30 12D 3B 21
Octal 205 42 203 0 112 2 60 455 73 41
Binary 10000101 100010 10000011 0 1001010 10 110000 100101101 111011 100001

Color Harmonies of #852283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852283

Black with #852283

Text Example


Text Example

White with #852283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852283; }

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

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

background-color css

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

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

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

border-color css

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

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

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