Html Css Color HEX #853169 Dark Purple

📋 copy color: '#853169'

red 133 ◦ green 49 ◦ blue 105

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

Shades of Dark Purple #853169

Tints of Dark Purple #853169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 46.34%
G = 17.07%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#853169 (or 0x853169) is known color: Dark Purple. HEX triplet: 85, 31 and 69. RGB value is (133,49,105). Sum of RGB (Red+Green+Blue) = 133+49+105=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #853169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853169 is #7ACE96. Grayscale: #505050. Windows color (decimal): -8048279 or 6893957. OLE color: 6893957.

HSL color Cylindrical-coordinate representation of color #853169: hue angle of 320º 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 #853169 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 49 105 -
CMYK 0 0.63 0.21 0.48
HSL 320º 0.46% 0.36% -
HSV(B) 320º 0.63% 0.52% -
XYZ 13.32 8.2 14.25 -
YUV 80.5 141.83 165.45 -
System Red Green Blue C M Y K H S L
Decimal 133 49 105 0 0.63 0.21 0.48 320 0.46 0.36
Hex 85 31 69 0 3F 15 30 140 2E 24
Octal 205 61 151 0 77 25 60 500 56 44
Binary 10000101 110001 1101001 0 111111 10101 110000 101000000 101110 100100

Color Harmonies of #853169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853169

Black with #853169

Text Example


Text Example

White with #853169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853169; }

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

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

background-color css

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

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

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

border-color css

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

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

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