Html Css Color HEX #8568AA Deluge

📋 copy color: '#8568AA'

red 133 ◦ green 104 ◦ blue 170

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

Shades of Deluge #8568AA

Tints of Deluge #8568AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 32.68%
G = 25.55%
B = 41.77%

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

#8568AA (or 0x8568AA) is known color: Deluge. HEX triplet: 85, 68 and AA. RGB value is (133,104,170). Sum of RGB (Red+Green+Blue) = 133+104+170=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #8568AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8568AA is #7A9755. Grayscale: #777777. Windows color (decimal): -8034134 or 11167877. OLE color: 11167877.

HSL color Cylindrical-coordinate representation of color #8568AA: hue angle of 266.36º degrees, saturation: 0.28, 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 #8568AA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 104 170 -
CMYK 0.22 0.39 0 0.33
HSL 266.36º 0.28% 0.54% -
HSV(B) 266.36º 0.39% 0.67% -
XYZ 21.88 17.79 40.31 -
YUV 120.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 133 104 170 0.22 0.39 0 0.33 266.36 0.28 0.54
Hex 85 68 AA 16 27 0 21 10A 1C 36
Octal 205 150 252 26 47 0 41 412 34 66
Binary 10000101 1101000 10101010 10110 100111 0 100001 100001010 11100 110110

Color Harmonies of #8568AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8568AA

Black with #8568AA

Text Example


Text Example

White with #8568AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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