Html Css Color HEX #8B7BAA Deluge

📋 copy color: '#8B7BAA'

red 139 ◦ green 123 ◦ blue 170

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

Shades of Deluge #8B7BAA

Tints of Deluge #8B7BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.47%

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 32.18%
G = 28.47%
B = 39.35%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B7BAA (or 0x8B7BAA) is known color: Deluge. HEX triplet: 8B, 7B and AA. RGB value is (139,123,170). Sum of RGB (Red+Green+Blue) = 139+123+170=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B7BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7BAA is #748455. Grayscale: #848484. Windows color (decimal): -7636054 or 11172747. OLE color: 11172747.

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

Color convert

RGB 139 123 170 -
CMYK 0.18 0.28 0 0.33
HSL 260.43º 0.22% 0.57% -
HSV(B) 260.43º 0.28% 0.67% -
XYZ 24.99 22.56 41.07 -
YUV 133.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 139 123 170 0.18 0.28 0 0.33 260.43 0.22 0.57
Hex 8B 7B AA 12 1C 0 21 104 16 39
Octal 213 173 252 22 34 0 41 404 26 71
Binary 10001011 1111011 10101010 10010 11100 0 100001 100000100 10110 111001

Color Harmonies of #8B7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7BAA

Black with #8B7BAA

Text Example


Text Example

White with #8B7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,123,170); }

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

background-color css

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

 a { background-color: rgb(139,123,170); }

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

border-color css

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

 span { border-color: rgb(139,123,170); }

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