Html Css Color HEX #852680 Dark Purple

📋 copy color: '#852680'

red 133 ◦ green 38 ◦ blue 128

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

Shades of Dark Purple #852680

Tints of Dark Purple #852680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.71%

 BLUE value IS 128 (50.39% from 255) = 42.81%

R = 44.48%
G = 12.71%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#852680 (or 0x852680) is known color: Dark Purple. HEX triplet: 85, 26 and 80. RGB value is (133,38,128). Sum of RGB (Red+Green+Blue) = 133+38+128=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #852680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852680 is #7AD97F. Grayscale: #4C4C4C. Windows color (decimal): -8051072 or 8398469. OLE color: 8398469.

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

Color convert

RGB 133 38 128 -
CMYK 0 0.71 0.04 0.48
HSL 303.16º 0.56% 0.34% -
HSV(B) 303.16º 0.71% 0.52% -
XYZ 14.26 7.93 21.2 -
YUV 76.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 133 38 128 0 0.71 0.04 0.48 303.16 0.56 0.34
Hex 85 26 80 0 47 4 30 12F 38 22
Octal 205 46 200 0 107 4 60 457 70 42
Binary 10000101 100110 10000000 0 1000111 100 110000 100101111 111000 100010

Color Harmonies of #852680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852680

Black with #852680

Text Example


Text Example

White with #852680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852680; }

 p { color: rgb(133,38,128); }

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

background-color css

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

 a { background-color: rgb(133,38,128); }

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

border-color css

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

 span { border-color: rgb(133,38,128); }

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