Html Css Color HEX #8A6FAC Deluge

📋 copy color: '#8A6FAC'

red 138 ◦ green 111 ◦ blue 172

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

Shades of Deluge #8A6FAC

Tints of Deluge #8A6FAC

RGB

 RED value IS 138 (54.3% from 255) = 32.78%

 GREEN value IS 111 (43.75% from 255) = 26.37%

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 32.78%
G = 26.37%
B = 40.86%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A6FAC (or 0x8A6FAC) is known color: Deluge. HEX triplet: 8A, 6F and AC. RGB value is (138,111,172). Sum of RGB (Red+Green+Blue) = 138+111+172=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A6FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6FAC is #759053. Grayscale: #7D7D7D. Windows color (decimal): -7704660 or 11300746. OLE color: 11300746.

HSL color Cylindrical-coordinate representation of color #8A6FAC: hue angle of 266.56º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A6FAC is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 111 172 -
CMYK 0.20 0.35 0 0.33
HSL 266.56º 0.27% 0.55% -
HSV(B) 266.56º 0.35% 0.67% -
XYZ 23.61 19.75 41.6 -
YUV 126.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 138 111 172 0.20 0.35 0 0.33 266.56 0.27 0.55
Hex 8A 6F AC 14 23 0 21 10B 1B 37
Octal 212 157 254 24 43 0 41 413 33 67
Binary 10001010 1101111 10101100 10100 100011 0 100001 100001011 11011 110111

Color Harmonies of #8A6FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6FAC

Black with #8A6FAC

Text Example


Text Example

White with #8A6FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,111,172); }

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

background-color css

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

 a { background-color: rgb(138,111,172); }

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

border-color css

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

 span { border-color: rgb(138,111,172); }

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