Html Css Color HEX #8364AA Deluge

📋 copy color: '#8364AA'

red 131 ◦ green 100 ◦ blue 170

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

Shades of Deluge #8364AA

Tints of Deluge #8364AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.94%

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

R = 32.67%
G = 24.94%
B = 42.39%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8364AA (or 0x8364AA) is known color: Deluge. HEX triplet: 83, 64 and AA. RGB value is (131,100,170). Sum of RGB (Red+Green+Blue) = 131+100+170=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #8364AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8364AA is #7C9B55. Grayscale: #757575. Windows color (decimal): -8166230 or 11166851. OLE color: 11166851.

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

Color convert

RGB 131 100 170 -
CMYK 0.23 0.41 0 0.33
HSL 266.57º 0.29% 0.53% -
HSV(B) 266.57º 0.41% 0.67% -
XYZ 21.17 16.84 40.17 -
YUV 117.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 131 100 170 0.23 0.41 0 0.33 266.57 0.29 0.53
Hex 83 64 AA 17 29 0 21 10B 1D 35
Octal 203 144 252 27 51 0 41 413 35 65
Binary 10000011 1100100 10101010 10111 101001 0 100001 100001011 11101 110101

Color Harmonies of #8364AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8364AA

Black with #8364AA

Text Example


Text Example

White with #8364AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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