Html Css Color HEX #8C819D Deluge

📋 copy color: '#8C819D'

red 140 ◦ green 129 ◦ blue 157

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

Shades of Deluge #8C819D

Tints of Deluge #8C819D

RGB

 RED value IS 140 (55.08% from 255) = 32.86%

 GREEN value IS 129 (50.78% from 255) = 30.28%

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 32.86%
G = 30.28%
B = 36.85%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C819D (or 0x8C819D) is known color: Deluge. HEX triplet: 8C, 81 and 9D. RGB value is (140,129,157). Sum of RGB (Red+Green+Blue) = 140+129+157=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C819D is #737E62. Grayscale: #878787. Windows color (decimal): -7568995 or 10322316. OLE color: 10322316.

HSL color Cylindrical-coordinate representation of color #8C819D: hue angle of 263.57º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C819D is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 129 157 -
CMYK 0.11 0.18 0 0.38
HSL 263.57º 0.13% 0.56% -
HSV(B) 263.57º 0.18% 0.62% -
XYZ 24.75 23.71 35.17 -
YUV 135.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 140 129 157 0.11 0.18 0 0.38 263.57 0.13 0.56
Hex 8C 81 9D B 12 0 26 108 C 38
Octal 214 201 235 13 22 0 46 410 14 70
Binary 10001100 10000001 10011101 1011 10010 0 100110 100001000 1100 111000

Color Harmonies of #8C819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C819D

Black with #8C819D

Text Example


Text Example

White with #8C819D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C819D; }

 p { color: rgb(140,129,157); }

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

background-color css

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

 a { background-color: rgb(140,129,157); }

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

border-color css

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

 span { border-color: rgb(140,129,157); }

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