Html Css Color HEX #8665AB Deluge

📋 copy color: '#8665AB'

red 134 ◦ green 101 ◦ blue 171

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

Shades of Deluge #8665AB

Tints of Deluge #8665AB

RGB

 RED value IS 134 (52.73% from 255) = 33%

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

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

R = 33%
G = 24.88%
B = 42.12%

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

#8665AB (or 0x8665AB) is known color: Deluge. HEX triplet: 86, 65 and AB. RGB value is (134,101,171). Sum of RGB (Red+Green+Blue) = 134+101+171=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #8665AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8665AB is #799A54. Grayscale: #767676. Windows color (decimal): -7969365 or 11232646. OLE color: 11232646.

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

Color convert

RGB 134 101 171 -
CMYK 0.22 0.41 0 0.33
HSL 268.29º 0.29% 0.53% -
HSV(B) 268.29º 0.41% 0.67% -
XYZ 21.84 17.32 40.72 -
YUV 118.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 134 101 171 0.22 0.41 0 0.33 268.29 0.29 0.53
Hex 86 65 AB 16 29 0 21 10C 1D 35
Octal 206 145 253 26 51 0 41 414 35 65
Binary 10000110 1100101 10101011 10110 101001 0 100001 100001100 11101 110101

Color Harmonies of #8665AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8665AB

Black with #8665AB

Text Example


Text Example

White with #8665AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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