Html Css Color HEX #853469 Dark Purple

📋 copy color: '#853469'

red 133 ◦ green 52 ◦ blue 105

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

Shades of Dark Purple #853469

Tints of Dark Purple #853469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

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

R = 45.86%
G = 17.93%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#853469 (or 0x853469) is known color: Dark Purple. HEX triplet: 85, 34 and 69. RGB value is (133,52,105). Sum of RGB (Red+Green+Blue) = 133+52+105=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #853469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853469 is #7ACB96. Grayscale: #525252. Windows color (decimal): -8047511 or 6894725. OLE color: 6894725.

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

Color convert

RGB 133 52 105 -
CMYK 0 0.61 0.21 0.48
HSL 320.74º 0.44% 0.36% -
HSV(B) 320.74º 0.61% 0.52% -
XYZ 13.45 8.46 14.29 -
YUV 82.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 133 52 105 0 0.61 0.21 0.48 320.74 0.44 0.36
Hex 85 34 69 0 3D 15 30 141 2C 24
Octal 205 64 151 0 75 25 60 501 54 44
Binary 10000101 110100 1101001 0 111101 10101 110000 101000001 101100 100100

Color Harmonies of #853469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853469

Black with #853469

Text Example


Text Example

White with #853469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853469; }

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

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

background-color css

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

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

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

border-color css

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

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

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