Html Css Color HEX #8568AB Deluge

📋 copy color: '#8568AB'

red 133 ◦ green 104 ◦ blue 171

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

Shades of Deluge #8568AB

Tints of Deluge #8568AB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.49%

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

R = 32.6%
G = 25.49%
B = 41.91%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8568AB (or 0x8568AB) is known color: Deluge. HEX triplet: 85, 68 and AB. RGB value is (133,104,171). Sum of RGB (Red+Green+Blue) = 133+104+171=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #8568AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8568AB is #7A9754. Grayscale: #787878. Windows color (decimal): -8034133 or 11233413. OLE color: 11233413.

HSL color Cylindrical-coordinate representation of color #8568AB: hue angle of 265.97º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8568AB is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 104 171 -
CMYK 0.22 0.39 0 0.33
HSL 265.97º 0.29% 0.54% -
HSV(B) 265.97º 0.39% 0.67% -
XYZ 21.97 17.83 40.81 -
YUV 120.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 133 104 171 0.22 0.39 0 0.33 265.97 0.29 0.54
Hex 85 68 AB 16 27 0 21 10A 1D 36
Octal 205 150 253 26 47 0 41 412 35 66
Binary 10000101 1101000 10101011 10110 100111 0 100001 100001010 11101 110110

Color Harmonies of #8568AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8568AB

Black with #8568AB

Text Example


Text Example

White with #8568AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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