Html Css Color HEX #8D7F9F Deluge

📋 copy color: '#8D7F9F'

red 141 ◦ green 127 ◦ blue 159

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

Shades of Deluge #8D7F9F

Tints of Deluge #8D7F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 33.02%
G = 29.74%
B = 37.24%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8D7F9F (or 0x8D7F9F) is known color: Deluge. HEX triplet: 8D, 7F and 9F. RGB value is (141,127,159). Sum of RGB (Red+Green+Blue) = 141+127+159=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D7F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7F9F is #728060. Grayscale: #868686. Windows color (decimal): -7503969 or 10452877. OLE color: 10452877.

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

Color convert

RGB 141 127 159 -
CMYK 0.11 0.20 0 0.38
HSL 266.25º 0.14% 0.56% -
HSV(B) 266.25º 0.2% 0.62% -
XYZ 24.83 23.34 36 -
YUV 134.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 141 127 159 0.11 0.20 0 0.38 266.25 0.14 0.56
Hex 8D 7F 9F B 14 0 26 10A E 38
Octal 215 177 237 13 24 0 46 412 16 70
Binary 10001101 1111111 10011111 1011 10100 0 100110 100001010 1110 111000

Color Harmonies of #8D7F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7F9F

Black with #8D7F9F

Text Example


Text Example

White with #8D7F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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