Html Css Color HEX #8560AB Ce Soir

📋 copy color: '#8560AB'

red 133 ◦ green 96 ◦ blue 171

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

Shades of Ce Soir #8560AB

Tints of Ce Soir #8560AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

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

R = 33.25%
G = 24%
B = 42.75%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8560AB (or 0x8560AB) is known color: Ce Soir. HEX triplet: 85, 60 and AB. RGB value is (133,96,171). Sum of RGB (Red+Green+Blue) = 133+96+171=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #8560AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8560AB is #7A9F54. Grayscale: #737373. Windows color (decimal): -8036181 or 11231365. OLE color: 11231365.

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

Color convert

RGB 133 96 171 -
CMYK 0.22 0.44 0 0.33
HSL 269.6º 0.31% 0.52% -
HSV(B) 269.6º 0.44% 0.67% -
XYZ 21.21 16.29 40.56 -
YUV 115.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 133 96 171 0.22 0.44 0 0.33 269.6 0.31 0.52
Hex 85 60 AB 16 2C 0 21 10E 1F 34
Octal 205 140 253 26 54 0 41 416 37 64
Binary 10000101 1100000 10101011 10110 101100 0 100001 100001110 11111 110100

Color Harmonies of #8560AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8560AB

Black with #8560AB

Text Example


Text Example

White with #8560AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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