Html Css Color HEX #8C7BAD Deluge

📋 copy color: '#8C7BAD'

red 140 ◦ green 123 ◦ blue 173

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

Shades of Deluge #8C7BAD

Tints of Deluge #8C7BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.21%

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 32.11%
G = 28.21%
B = 39.68%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C7BAD (or 0x8C7BAD) is known color: Deluge. HEX triplet: 8C, 7B and AD. RGB value is (140,123,173). Sum of RGB (Red+Green+Blue) = 140+123+173=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7BAD is #738452. Grayscale: #858585. Windows color (decimal): -7570515 or 11369356. OLE color: 11369356.

HSL color Cylindrical-coordinate representation of color #8C7BAD: hue angle of 260.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C7BAD is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 123 173 -
CMYK 0.19 0.29 0 0.32
HSL 260.4º 0.23% 0.58% -
HSV(B) 260.4º 0.29% 0.68% -
XYZ 25.44 22.76 42.59 -
YUV 133.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 140 123 173 0.19 0.29 0 0.32 260.4 0.23 0.58
Hex 8C 7B AD 13 1D 0 20 104 17 3A
Octal 214 173 255 23 35 0 40 404 27 72
Binary 10001100 1111011 10101101 10011 11101 0 100000 100000100 10111 111010

Color Harmonies of #8C7BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7BAD

Black with #8C7BAD

Text Example


Text Example

White with #8C7BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,123,173); }

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

background-color css

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

 a { background-color: rgb(140,123,173); }

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

border-color css

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

 span { border-color: rgb(140,123,173); }

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