Html Css Color HEX #946CAC Ce Soir

📋 copy color: '#946CAC'

red 148 ◦ green 108 ◦ blue 172

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

Shades of Ce Soir #946CAC

Tints of Ce Soir #946CAC

RGB

 RED value IS 148 (58.2% from 255) = 34.58%

 GREEN value IS 108 (42.58% from 255) = 25.23%

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 34.58%
G = 25.23%
B = 40.19%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#946CAC (or 0x946CAC) is known color: Ce Soir. HEX triplet: 94, 6C and AC. RGB value is (148,108,172). Sum of RGB (Red+Green+Blue) = 148+108+172=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #946CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946CAC is #6B9353. Grayscale: #7F7F7F. Windows color (decimal): -7050068 or 11299988. OLE color: 11299988.

HSL color Cylindrical-coordinate representation of color #946CAC: hue angle of 277.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #946CAC is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 108 172 -
CMYK 0.14 0.37 0 0.33
HSL 277.5º 0.28% 0.55% -
HSV(B) 277.5º 0.37% 0.67% -
XYZ 25.02 20 41.57 -
YUV 127.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 148 108 172 0.14 0.37 0 0.33 277.5 0.28 0.55
Hex 94 6C AC E 25 0 21 116 1C 37
Octal 224 154 254 16 45 0 41 426 34 67
Binary 10010100 1101100 10101100 1110 100101 0 100001 100010110 11100 110111

Color Harmonies of #946CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CAC

Black with #946CAC

Text Example


Text Example

White with #946CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946CAC; }

 p { color: rgb(148,108,172); }

 H1.HeaderClassName
 {
   color: #946CAC;
 }
 .AnyTagClassName
 {
   color: #946CAC;
 }
</style>

background-color css

<style>
 a { background-color: #946CAC; }

 a { background-color: rgb(148,108,172); }

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

border-color css

<style>
 span { border-color: #946CAC; }

 span { border-color: rgb(148,108,172); }

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