Html Css Color HEX #8366AB Deluge

📋 copy color: '#8366AB'

red 131 ◦ green 102 ◦ blue 171

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

Shades of Deluge #8366AB

Tints of Deluge #8366AB

RGB

 RED value IS 131 (51.56% from 255) = 32.43%

 GREEN value IS 102 (40.23% from 255) = 25.25%

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

R = 32.43%
G = 25.25%
B = 42.33%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8366AB (or 0x8366AB) is known color: Deluge. HEX triplet: 83, 66 and AB. RGB value is (131,102,171). Sum of RGB (Red+Green+Blue) = 131+102+171=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #8366AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8366AB is #7C9954. Grayscale: #767676. Windows color (decimal): -8165717 or 11232899. OLE color: 11232899.

HSL color Cylindrical-coordinate representation of color #8366AB: hue angle of 265.22º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8366AB is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 102 171 -
CMYK 0.23 0.40 0 0.33
HSL 265.22º 0.29% 0.54% -
HSV(B) 265.22º 0.4% 0.67% -
XYZ 21.46 17.27 40.73 -
YUV 118.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 131 102 171 0.23 0.40 0 0.33 265.22 0.29 0.54
Hex 83 66 AB 17 28 0 21 109 1D 36
Octal 203 146 253 27 50 0 41 411 35 66
Binary 10000011 1100110 10101011 10111 101000 0 100001 100001001 11101 110110

Color Harmonies of #8366AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8366AB

Black with #8366AB

Text Example


Text Example

White with #8366AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8366AB; }

 p { color: rgb(131,102,171); }

 H1.HeaderClassName
 {
   color: #8366AB;
 }
 .AnyTagClassName
 {
   color: #8366AB;
 }
</style>

background-color css

<style>
 a { background-color: #8366AB; }

 a { background-color: rgb(131,102,171); }

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

border-color css

<style>
 span { border-color: #8366AB; }

 span { border-color: rgb(131,102,171); }

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