Html Css Color HEX #8C60B2 Ce Soir

📋 copy color: '#8C60B2'

red 140 ◦ green 96 ◦ blue 178

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

Shades of Ce Soir #8C60B2

Tints of Ce Soir #8C60B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43%

R = 33.82%
G = 23.19%
B = 43%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8C60B2 (or 0x8C60B2) is known color: Ce Soir. HEX triplet: 8C, 60 and B2. RGB value is (140,96,178). Sum of RGB (Red+Green+Blue) = 140+96+178=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 178 - color contains mainly: blue. Hex color #8C60B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C60B2 is #739F4D. Grayscale: #767676. Windows color (decimal): -7577422 or 11690124. OLE color: 11690124.

HSL color Cylindrical-coordinate representation of color #8C60B2: hue angle of 272.2º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C60B2 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 96 178 -
CMYK 0.21 0.46 0 0.30
HSL 272.2º 0.35% 0.54% -
HSV(B) 272.2º 0.46% 0.7% -
XYZ 23.03 17.16 44.22 -
YUV 118.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 140 96 178 0.21 0.46 0 0.30 272.2 0.35 0.54
Hex 8C 60 B2 15 2E 0 1E 110 23 36
Octal 214 140 262 25 56 0 36 420 43 66
Binary 10001100 1100000 10110010 10101 101110 0 11110 100010000 100011 110110

Color Harmonies of #8C60B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C60B2

Black with #8C60B2

Text Example


Text Example

White with #8C60B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,96,178); }

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

background-color css

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

 a { background-color: rgb(140,96,178); }

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

border-color css

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

 span { border-color: rgb(140,96,178); }

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