Html Css Color HEX #8B70AD Deluge

📋 copy color: '#8B70AD'

red 139 ◦ green 112 ◦ blue 173

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

Shades of Deluge #8B70AD

Tints of Deluge #8B70AD

RGB

 RED value IS 139 (54.69% from 255) = 32.78%

 GREEN value IS 112 (44.14% from 255) = 26.42%

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

R = 32.78%
G = 26.42%
B = 40.8%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8B70AD (or 0x8B70AD) is known color: Deluge. HEX triplet: 8B, 70 and AD. RGB value is (139,112,173). Sum of RGB (Red+Green+Blue) = 139+112+173=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B70AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B70AD is #748F52. Grayscale: #7E7E7E. Windows color (decimal): -7638867 or 11366539. OLE color: 11366539.

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

Color convert

RGB 139 112 173 -
CMYK 0.20 0.35 0 0.32
HSL 266.56º 0.27% 0.56% -
HSV(B) 266.56º 0.35% 0.68% -
XYZ 23.98 20.09 42.15 -
YUV 127.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 139 112 173 0.20 0.35 0 0.32 266.56 0.27 0.56
Hex 8B 70 AD 14 23 0 20 10B 1B 38
Octal 213 160 255 24 43 0 40 413 33 70
Binary 10001011 1110000 10101101 10100 100011 0 100000 100001011 11011 111000

Color Harmonies of #8B70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B70AD

Black with #8B70AD

Text Example


Text Example

White with #8B70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,112,173); }

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

background-color css

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

 a { background-color: rgb(139,112,173); }

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

border-color css

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

 span { border-color: rgb(139,112,173); }

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