Html Css Color HEX #852583 Dark Purple

📋 copy color: '#852583'

red 133 ◦ green 37 ◦ blue 131

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

Shades of Dark Purple #852583

Tints of Dark Purple #852583

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

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

R = 44.19%
G = 12.29%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#852583 (or 0x852583) is known color: Dark Purple. HEX triplet: 85, 25 and 83. RGB value is (133,37,131). Sum of RGB (Red+Green+Blue) = 133+37+131=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #852583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852583 is #7ADA7C. Grayscale: #4C4C4C. Windows color (decimal): -8051325 or 8594821. OLE color: 8594821.

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

Color convert

RGB 133 37 131 -
CMYK 0 0.72 0.02 0.48
HSL 301.25º 0.56% 0.33% -
HSV(B) 301.25º 0.72% 0.52% -
XYZ 14.43 7.95 22.25 -
YUV 76.42 158.8 168.36 -
System Red Green Blue C M Y K H S L
Decimal 133 37 131 0 0.72 0.02 0.48 301.25 0.56 0.33
Hex 85 25 83 0 48 2 30 12D 38 21
Octal 205 45 203 0 110 2 60 455 70 41
Binary 10000101 100101 10000011 0 1001000 10 110000 100101101 111000 100001

Color Harmonies of #852583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852583

Black with #852583

Text Example


Text Example

White with #852583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852583; }

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

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

background-color css

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

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

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

border-color css

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

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

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