Html Css Color HEX #853269 Dark Purple

📋 copy color: '#853269'

red 133 ◦ green 50 ◦ blue 105

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

Shades of Dark Purple #853269

Tints of Dark Purple #853269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.36%

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

R = 46.18%
G = 17.36%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#853269 (or 0x853269) is known color: Dark Purple. HEX triplet: 85, 32 and 69. RGB value is (133,50,105). Sum of RGB (Red+Green+Blue) = 133+50+105=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #853269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853269 is #7ACD96. Grayscale: #505050. Windows color (decimal): -8048023 or 6894213. OLE color: 6894213.

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

Color convert

RGB 133 50 105 -
CMYK 0 0.62 0.21 0.48
HSL 320.24º 0.45% 0.36% -
HSV(B) 320.24º 0.62% 0.52% -
XYZ 13.36 8.29 14.26 -
YUV 81.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 133 50 105 0 0.62 0.21 0.48 320.24 0.45 0.36
Hex 85 32 69 0 3E 15 30 140 2D 24
Octal 205 62 151 0 76 25 60 500 55 44
Binary 10000101 110010 1101001 0 111110 10101 110000 101000000 101101 100100

Color Harmonies of #853269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853269

Black with #853269

Text Example


Text Example

White with #853269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853269; }

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

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

background-color css

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

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

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

border-color css

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

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

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