Html Css Color HEX #8565AB Deluge

📋 copy color: '#8565AB'

red 133 ◦ green 101 ◦ blue 171

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

Shades of Deluge #8565AB

Tints of Deluge #8565AB

RGB

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

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

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

R = 32.84%
G = 24.94%
B = 42.22%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8565AB (or 0x8565AB) is known color: Deluge. HEX triplet: 85, 65 and AB. RGB value is (133,101,171). Sum of RGB (Red+Green+Blue) = 133+101+171=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #8565AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8565AB is #7A9A54. Grayscale: #767676. Windows color (decimal): -8034901 or 11232645. OLE color: 11232645.

HSL color Cylindrical-coordinate representation of color #8565AB: hue angle of 267.43º 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 #8565AB is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 101 171 -
CMYK 0.22 0.41 0 0.33
HSL 267.43º 0.29% 0.53% -
HSV(B) 267.43º 0.41% 0.67% -
XYZ 21.68 17.23 40.71 -
YUV 118.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 133 101 171 0.22 0.41 0 0.33 267.43 0.29 0.53
Hex 85 65 AB 16 29 0 21 10B 1D 35
Octal 205 145 253 26 51 0 41 413 35 65
Binary 10000101 1100101 10101011 10110 101001 0 100001 100001011 11101 110101

Color Harmonies of #8565AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8565AB

Black with #8565AB

Text Example


Text Example

White with #8565AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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