Html Css Color HEX #8366AA Deluge

📋 copy color: '#8366AA'

red 131 ◦ green 102 ◦ blue 170

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

Shades of Deluge #8366AA

Tints of Deluge #8366AA

RGB

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

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

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

R = 32.51%
G = 25.31%
B = 42.18%

CMYK

 C value IS 0.23

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8366AA (or 0x8366AA) is known color: Deluge. HEX triplet: 83, 66 and AA. RGB value is (131,102,170). Sum of RGB (Red+Green+Blue) = 131+102+170=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #8366AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8366AA is #7C9955. Grayscale: #767676. Windows color (decimal): -8165718 or 11167363. OLE color: 11167363.

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

Color convert

RGB 131 102 170 -
CMYK 0.23 0.4 0 0.33
HSL 265.59º 0.29% 0.53% -
HSV(B) 265.59º 0.4% 0.67% -
XYZ 21.37 17.23 40.23 -
YUV 118.42 157.11 136.97 -
System Red Green Blue C M Y K H S L
Decimal 131 102 170 0.23 0.4 0 0.33 265.59 0.29 0.53
Hex 83 66 AA 17 28 0 21 10A 1D 35
Octal 203 146 252 27 50 0 41 412 35 65
Binary 10000011 1100110 10101010 10111 101000 0 100001 100001010 11101 110101

Color Harmonies of #8366AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8366AA

Black with #8366AA

Text Example


Text Example

White with #8366AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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