Html Css Color HEX #853675 Dark Purple

📋 copy color: '#853675'

red 133 ◦ green 54 ◦ blue 117

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

Shades of Dark Purple #853675

Tints of Dark Purple #853675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

 BLUE value IS 117 (46.09% from 255) = 38.49%

R = 43.75%
G = 17.76%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#853675 (or 0x853675) is known color: Dark Purple. HEX triplet: 85, 36 and 75. RGB value is (133,54,117). Sum of RGB (Red+Green+Blue) = 133+54+117=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #853675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853675 is #7AC98A. Grayscale: #545454. Windows color (decimal): -8046987 or 7681669. OLE color: 7681669.

HSL color Cylindrical-coordinate representation of color #853675: hue angle of 312.15º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853675 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 54 117 -
CMYK 0 0.59 0.12 0.48
HSL 312.15º 0.42% 0.37% -
HSV(B) 312.15º 0.59% 0.52% -
XYZ 14.2 8.91 17.8 -
YUV 84.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 133 54 117 0 0.59 0.12 0.48 312.15 0.42 0.37
Hex 85 36 75 0 3B C 30 138 2A 25
Octal 205 66 165 0 73 14 60 470 52 45
Binary 10000101 110110 1110101 0 111011 1100 110000 100111000 101010 100101

Color Harmonies of #853675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853675

Black with #853675

Text Example


Text Example

White with #853675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853675; }

 p { color: rgb(133,54,117); }

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

background-color css

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

 a { background-color: rgb(133,54,117); }

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

border-color css

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

 span { border-color: rgb(133,54,117); }

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