Html Css Color HEX #856E9C Deluge

📋 copy color: '#856E9C'

red 133 ◦ green 110 ◦ blue 156

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

Shades of Deluge #856E9C

Tints of Deluge #856E9C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.57%

 BLUE value IS 156 (61.33% from 255) = 39.1%

R = 33.33%
G = 27.57%
B = 39.1%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#856E9C (or 0x856E9C) is known color: Deluge. HEX triplet: 85, 6E and 9C. RGB value is (133,110,156). Sum of RGB (Red+Green+Blue) = 133+110+156=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #856E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E9C is #7A9163. Grayscale: #797979. Windows color (decimal): -8032612 or 10251909. OLE color: 10251909.

HSL color Cylindrical-coordinate representation of color #856E9C: hue angle of 270º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #856E9C is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 110 156 -
CMYK 0.15 0.29 0 0.39
HSL 270º 0.19% 0.52% -
HSV(B) 270º 0.29% 0.61% -
XYZ 21.25 18.54 33.91 -
YUV 122.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 133 110 156 0.15 0.29 0 0.39 270 0.19 0.52
Hex 85 6E 9C F 1D 0 27 10E 13 34
Octal 205 156 234 17 35 0 47 416 23 64
Binary 10000101 1101110 10011100 1111 11101 0 100111 100001110 10011 110100

Color Harmonies of #856E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E9C

Black with #856E9C

Text Example


Text Example

White with #856E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,110,156); }

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

background-color css

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

 a { background-color: rgb(133,110,156); }

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

border-color css

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

 span { border-color: rgb(133,110,156); }

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