Html Css Color HEX #856D9E Deluge

📋 copy color: '#856D9E'

red 133 ◦ green 109 ◦ blue 158

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

Shades of Deluge #856D9E

Tints of Deluge #856D9E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.25%

 BLUE value IS 158 (62.11% from 255) = 39.5%

R = 33.25%
G = 27.25%
B = 39.5%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#856D9E (or 0x856D9E) is known color: Deluge. HEX triplet: 85, 6D and 9E. RGB value is (133,109,158). Sum of RGB (Red+Green+Blue) = 133+109+158=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #856D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856D9E is #7A9261. Grayscale: #797979. Windows color (decimal): -8032866 or 10382725. OLE color: 10382725.

HSL color Cylindrical-coordinate representation of color #856D9E: hue angle of 269.39º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #856D9E is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 109 158 -
CMYK 0.16 0.31 0 0.38
HSL 269.39º 0.2% 0.52% -
HSV(B) 269.39º 0.31% 0.62% -
XYZ 21.31 18.39 34.77 -
YUV 121.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 133 109 158 0.16 0.31 0 0.38 269.39 0.2 0.52
Hex 85 6D 9E 10 1F 0 26 10D 14 34
Octal 205 155 236 20 37 0 46 415 24 64
Binary 10000101 1101101 10011110 10000 11111 0 100110 100001101 10100 110100

Color Harmonies of #856D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D9E

Black with #856D9E

Text Example


Text Example

White with #856D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856D9E; }

 p { color: rgb(133,109,158); }

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

background-color css

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

 a { background-color: rgb(133,109,158); }

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

border-color css

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

 span { border-color: rgb(133,109,158); }

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