Html Css Color HEX #8C74AB Deluge

📋 copy color: '#8C74AB'

red 140 ◦ green 116 ◦ blue 171

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

Shades of Deluge #8C74AB

Tints of Deluge #8C74AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.17%

 BLUE value IS 171 (67.19% from 255) = 40.05%

R = 32.79%
G = 27.17%
B = 40.05%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C74AB (or 0x8C74AB) is known color: Deluge. HEX triplet: 8C, 74 and AB. RGB value is (140,116,171). Sum of RGB (Red+Green+Blue) = 140+116+171=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C74AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C74AB is #738B54. Grayscale: #818181. Windows color (decimal): -7572309 or 11236492. OLE color: 11236492.

HSL color Cylindrical-coordinate representation of color #8C74AB: hue angle of 266.18º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C74AB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 116 171 -
CMYK 0.18 0.32 0 0.33
HSL 266.18º 0.25% 0.56% -
HSV(B) 266.18º 0.32% 0.67% -
XYZ 24.41 21.01 41.3 -
YUV 129.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 140 116 171 0.18 0.32 0 0.33 266.18 0.25 0.56
Hex 8C 74 AB 12 20 0 21 10A 19 38
Octal 214 164 253 22 40 0 41 412 31 70
Binary 10001100 1110100 10101011 10010 100000 0 100001 100001010 11001 111000

Color Harmonies of #8C74AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C74AB

Black with #8C74AB

Text Example


Text Example

White with #8C74AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,116,171); }

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

background-color css

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

 a { background-color: rgb(140,116,171); }

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

border-color css

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

 span { border-color: rgb(140,116,171); }

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