Html Css Color HEX #8C6BAF Ce Soir

📋 copy color: '#8C6BAF'

red 140 ◦ green 107 ◦ blue 175

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

Shades of Ce Soir #8C6BAF

Tints of Ce Soir #8C6BAF

RGB

 RED value IS 140 (55.08% from 255) = 33.18%

 GREEN value IS 107 (42.19% from 255) = 25.36%

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

R = 33.18%
G = 25.36%
B = 41.47%

CMYK

 C value IS 0.2

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8C6BAF (or 0x8C6BAF) is known color: Ce Soir. HEX triplet: 8C, 6B and AF. RGB value is (140,107,175). Sum of RGB (Red+Green+Blue) = 140+107+175=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C6BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6BAF is #739450. Grayscale: #7C7C7C. Windows color (decimal): -7574609 or 11496332. OLE color: 11496332.

HSL color Cylindrical-coordinate representation of color #8C6BAF: hue angle of 269.12º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C6BAF is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 107 175 -
CMYK 0.2 0.39 0 0.31
HSL 269.12º 0.3% 0.55% -
HSV(B) 269.12º 0.39% 0.69% -
XYZ 23.81 19.19 43.01 -
YUV 124.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 140 107 175 0.2 0.39 0 0.31 269.12 0.3 0.55
Hex 8C 6B AF 14 27 0 1F 10D 1E 37
Octal 214 153 257 24 47 0 37 415 36 67
Binary 10001100 1101011 10101111 10100 100111 0 11111 100001101 11110 110111

Color Harmonies of #8C6BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6BAF

Black with #8C6BAF

Text Example


Text Example

White with #8C6BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C6BAF; }

 p { color: rgb(140,107,175); }

 H1.HeaderClassName
 {
   color: #8C6BAF;
 }
 .AnyTagClassName
 {
   color: #8C6BAF;
 }
</style>

background-color css

<style>
 a { background-color: #8C6BAF; }

 a { background-color: rgb(140,107,175); }

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

border-color css

<style>
 span { border-color: #8C6BAF; }

 span { border-color: rgb(140,107,175); }

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