Html Css Color HEX #8567AB Deluge

📋 copy color: '#8567AB'

red 133 ◦ green 103 ◦ blue 171

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

Shades of Deluge #8567AB

Tints of Deluge #8567AB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.31%

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

R = 32.68%
G = 25.31%
B = 42.01%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8567AB (or 0x8567AB) is known color: Deluge. HEX triplet: 85, 67 and AB. RGB value is (133,103,171). Sum of RGB (Red+Green+Blue) = 133+103+171=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #8567AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8567AB is #7A9854. Grayscale: #777777. Windows color (decimal): -8034389 or 11233157. OLE color: 11233157.

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

Color convert

RGB 133 103 171 -
CMYK 0.22 0.40 0 0.33
HSL 266.47º 0.29% 0.54% -
HSV(B) 266.47º 0.4% 0.67% -
XYZ 21.87 17.63 40.78 -
YUV 119.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 133 103 171 0.22 0.40 0 0.33 266.47 0.29 0.54
Hex 85 67 AB 16 28 0 21 10A 1D 36
Octal 205 147 253 26 50 0 41 412 35 66
Binary 10000101 1100111 10101011 10110 101000 0 100001 100001010 11101 110110

Color Harmonies of #8567AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8567AB

Black with #8567AB

Text Example


Text Example

White with #8567AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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