Html Css Color HEX #8562AD Deluge

📋 copy color: '#8562AD'

red 133 ◦ green 98 ◦ blue 173

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

Shades of Deluge #8562AD

Tints of Deluge #8562AD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.26%

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

R = 32.92%
G = 24.26%
B = 42.82%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8562AD (or 0x8562AD) is known color: Deluge. HEX triplet: 85, 62 and AD. RGB value is (133,98,173). Sum of RGB (Red+Green+Blue) = 133+98+173=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #8562AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8562AD is #7A9D52. Grayscale: #747474. Windows color (decimal): -8035667 or 11362949. OLE color: 11362949.

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

Color convert

RGB 133 98 173 -
CMYK 0.23 0.43 0 0.32
HSL 268º 0.31% 0.53% -
HSV(B) 268º 0.43% 0.68% -
XYZ 21.58 16.74 41.63 -
YUV 117.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 133 98 173 0.23 0.43 0 0.32 268 0.31 0.53
Hex 85 62 AD 17 2B 0 20 10C 1F 35
Octal 205 142 255 27 53 0 40 414 37 65
Binary 10000101 1100010 10101101 10111 101011 0 100000 100001100 11111 110101

Color Harmonies of #8562AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8562AD

Black with #8562AD

Text Example


Text Example

White with #8562AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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