Html Css Color HEX #86679C Ce Soir

📋 copy color: '#86679C'

red 134 ◦ green 103 ◦ blue 156

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

Shades of Ce Soir #86679C

Tints of Ce Soir #86679C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.69%

R = 34.1%
G = 26.21%
B = 39.69%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#86679C (or 0x86679C) is known color: Ce Soir. HEX triplet: 86, 67 and 9C. RGB value is (134,103,156). Sum of RGB (Red+Green+Blue) = 134+103+156=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #86679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86679C is #799863. Grayscale: #767676. Windows color (decimal): -7968868 or 10250118. OLE color: 10250118.

HSL color Cylindrical-coordinate representation of color #86679C: hue angle of 275.09º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86679C is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 134 103 156 -
CMYK 0.14 0.34 0 0.39
HSL 275.09º 0.21% 0.51% -
HSV(B) 275.09º 0.34% 0.61% -
XYZ 20.68 17.17 33.68 -
YUV 118.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 134 103 156 0.14 0.34 0 0.39 275.09 0.21 0.51
Hex 86 67 9C E 22 0 27 113 15 33
Octal 206 147 234 16 42 0 47 423 25 63
Binary 10000110 1100111 10011100 1110 100010 0 100111 100010011 10101 110011

Color Harmonies of #86679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86679C

Black with #86679C

Text Example


Text Example

White with #86679C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86679C; }

 p { color: rgb(134,103,156); }

 H1.HeaderClassName
 {
   color: #86679C;
 }
 .AnyTagClassName
 {
   color: #86679C;
 }
</style>

background-color css

<style>
 a { background-color: #86679C; }

 a { background-color: rgb(134,103,156); }

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

border-color css

<style>
 span { border-color: #86679C; }

 span { border-color: rgb(134,103,156); }

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