Html Css Color HEX #8565AD Deluge

📋 copy color: '#8565AD'

red 133 ◦ green 101 ◦ blue 173

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

Shades of Deluge #8565AD

Tints of Deluge #8565AD

RGB

 RED value IS 133 (52.34% from 255) = 32.68%

 GREEN value IS 101 (39.84% from 255) = 24.82%

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

R = 32.68%
G = 24.82%
B = 42.51%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8565AD (or 0x8565AD) is known color: Deluge. HEX triplet: 85, 65 and AD. RGB value is (133,101,173). Sum of RGB (Red+Green+Blue) = 133+101+173=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #8565AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8565AD is #7A9A52. Grayscale: #767676. Windows color (decimal): -8034899 or 11363717. OLE color: 11363717.

HSL color Cylindrical-coordinate representation of color #8565AD: hue angle of 266.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8565AD is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 101 173 -
CMYK 0.23 0.42 0 0.32
HSL 266.67º 0.31% 0.54% -
HSV(B) 266.67º 0.42% 0.68% -
XYZ 21.87 17.31 41.72 -
YUV 118.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 133 101 173 0.23 0.42 0 0.32 266.67 0.31 0.54
Hex 85 65 AD 17 2A 0 20 10B 1F 36
Octal 205 145 255 27 52 0 40 413 37 66
Binary 10000101 1100101 10101101 10111 101010 0 100000 100001011 11111 110110

Color Harmonies of #8565AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8565AD

Black with #8565AD

Text Example


Text Example

White with #8565AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8565AD; }

 p { color: rgb(133,101,173); }

 H1.HeaderClassName
 {
   color: #8565AD;
 }
 .AnyTagClassName
 {
   color: #8565AD;
 }
</style>

background-color css

<style>
 a { background-color: #8565AD; }

 a { background-color: rgb(133,101,173); }

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

border-color css

<style>
 span { border-color: #8565AD; }

 span { border-color: rgb(133,101,173); }

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