Html Css Color HEX #853168 Dark Purple

📋 copy color: '#853168'

red 133 ◦ green 49 ◦ blue 104

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

Shades of Dark Purple #853168

Tints of Dark Purple #853168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 46.5%
G = 17.13%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#853168 (or 0x853168) is known color: Dark Purple. HEX triplet: 85, 31 and 68. RGB value is (133,49,104). Sum of RGB (Red+Green+Blue) = 133+49+104=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #853168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853168 is #7ACE97. Grayscale: #505050. Windows color (decimal): -8048280 or 6828421. OLE color: 6828421.

HSL color Cylindrical-coordinate representation of color #853168: hue angle of 320.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853168 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 49 104 -
CMYK 0 0.63 0.22 0.48
HSL 320.71º 0.46% 0.36% -
HSV(B) 320.71º 0.63% 0.52% -
XYZ 13.27 8.18 13.98 -
YUV 80.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 133 49 104 0 0.63 0.22 0.48 320.71 0.46 0.36
Hex 85 31 68 0 3F 16 30 141 2E 24
Octal 205 61 150 0 77 26 60 501 56 44
Binary 10000101 110001 1101000 0 111111 10110 110000 101000001 101110 100100

Color Harmonies of #853168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853168

Black with #853168

Text Example


Text Example

White with #853168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853168; }

 p { color: rgb(133,49,104); }

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

background-color css

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

 a { background-color: rgb(133,49,104); }

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

border-color css

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

 span { border-color: rgb(133,49,104); }

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