Html Css Color HEX #8D7FAB Deluge

📋 copy color: '#8D7FAB'

red 141 ◦ green 127 ◦ blue 171

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

Shades of Deluge #8D7FAB

Tints of Deluge #8D7FAB

RGB

 RED value IS 141 (55.47% from 255) = 32.12%

 GREEN value IS 127 (50% from 255) = 28.93%

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

R = 32.12%
G = 28.93%
B = 38.95%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D7FAB (or 0x8D7FAB) is known color: Deluge. HEX triplet: 8D, 7F and AB. RGB value is (141,127,171). Sum of RGB (Red+Green+Blue) = 141+127+171=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D7FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7FAB is #728054. Grayscale: #888888. Windows color (decimal): -7503957 or 11239309. OLE color: 11239309.

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

Color convert

RGB 141 127 171 -
CMYK 0.18 0.26 0 0.33
HSL 259.09º 0.21% 0.58% -
HSV(B) 259.09º 0.26% 0.67% -
XYZ 25.92 23.78 41.75 -
YUV 136.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 141 127 171 0.18 0.26 0 0.33 259.09 0.21 0.58
Hex 8D 7F AB 12 1A 0 21 103 15 3A
Octal 215 177 253 22 32 0 41 403 25 72
Binary 10001101 1111111 10101011 10010 11010 0 100001 100000011 10101 111010

Color Harmonies of #8D7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7FAB

Black with #8D7FAB

Text Example


Text Example

White with #8D7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,127,171); }

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

background-color css

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

 a { background-color: rgb(141,127,171); }

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

border-color css

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

 span { border-color: rgb(141,127,171); }

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