Html Css Color HEX #8865AF Ce Soir

📋 copy color: '#8865AF'

red 136 ◦ green 101 ◦ blue 175

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

Shades of Ce Soir #8865AF

Tints of Ce Soir #8865AF

RGB

 RED value IS 136 (53.52% from 255) = 33.01%

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

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 33.01%
G = 24.51%
B = 42.48%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8865AF (or 0x8865AF) is known color: Ce Soir. HEX triplet: 88, 65 and AF. RGB value is (136,101,175). Sum of RGB (Red+Green+Blue) = 136+101+175=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #8865AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8865AF is #779A50. Grayscale: #777777. Windows color (decimal): -7838289 or 11494792. OLE color: 11494792.

HSL color Cylindrical-coordinate representation of color #8865AF: hue angle of 268.38º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8865AF is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 101 175 -
CMYK 0.22 0.42 0 0.31
HSL 268.38º 0.32% 0.54% -
HSV(B) 268.38º 0.42% 0.69% -
XYZ 22.54 17.64 42.77 -
YUV 119.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 136 101 175 0.22 0.42 0 0.31 268.38 0.32 0.54
Hex 88 65 AF 16 2A 0 1F 10C 20 36
Octal 210 145 257 26 52 0 37 414 40 66
Binary 10001000 1100101 10101111 10110 101010 0 11111 100001100 100000 110110

Color Harmonies of #8865AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8865AF

Black with #8865AF

Text Example


Text Example

White with #8865AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8865AF; }

 p { color: rgb(136,101,175); }

 H1.HeaderClassName
 {
   color: #8865AF;
 }
 .AnyTagClassName
 {
   color: #8865AF;
 }
</style>

background-color css

<style>
 a { background-color: #8865AF; }

 a { background-color: rgb(136,101,175); }

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

border-color css

<style>
 span { border-color: #8865AF; }

 span { border-color: rgb(136,101,175); }

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