Html Css Color HEX #866F99 Ce Soir

📋 copy color: '#866F99'

red 134 ◦ green 111 ◦ blue 153

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

Shades of Ce Soir #866F99

Tints of Ce Soir #866F99

RGB

 RED value IS 134 (52.73% from 255) = 33.67%

 GREEN value IS 111 (43.75% from 255) = 27.89%

 BLUE value IS 153 (60.16% from 255) = 38.44%

R = 33.67%
G = 27.89%
B = 38.44%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#866F99 (or 0x866F99) is known color: Ce Soir. HEX triplet: 86, 6F and 99. RGB value is (134,111,153). Sum of RGB (Red+Green+Blue) = 134+111+153=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: blue. Hex color #866F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866F99 is #799066. Grayscale: #7A7A7A. Windows color (decimal): -7966823 or 10055558. OLE color: 10055558.

HSL color Cylindrical-coordinate representation of color #866F99: hue angle of 272.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #866F99 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 111 153 -
CMYK 0.12 0.27 0 0.4
HSL 272.86º 0.17% 0.52% -
HSV(B) 272.86º 0.27% 0.6% -
XYZ 21.27 18.74 32.63 -
YUV 122.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 134 111 153 0.12 0.27 0 0.4 272.86 0.17 0.52
Hex 86 6F 99 C 1B 0 28 111 11 34
Octal 206 157 231 14 33 0 50 421 21 64
Binary 10000110 1101111 10011001 1100 11011 0 101000 100010001 10001 110100

Color Harmonies of #866F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866F99

Black with #866F99

Text Example


Text Example

White with #866F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866F99; }

 p { color: rgb(134,111,153); }

 H1.HeaderClassName
 {
   color: #866F99;
 }
 .AnyTagClassName
 {
   color: #866F99;
 }
</style>

background-color css

<style>
 a { background-color: #866F99; }

 a { background-color: rgb(134,111,153); }

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

border-color css

<style>
 span { border-color: #866F99; }

 span { border-color: rgb(134,111,153); }

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