Html Css Color HEX #946FAC Ce Soir

📋 copy color: '#946FAC'

red 148 ◦ green 111 ◦ blue 172

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

Shades of Ce Soir #946FAC

Tints of Ce Soir #946FAC

RGB

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

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

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

R = 34.34%
G = 25.75%
B = 39.91%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#946FAC (or 0x946FAC) is known color: Ce Soir. HEX triplet: 94, 6F and AC. RGB value is (148,111,172). Sum of RGB (Red+Green+Blue) = 148+111+172=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #946FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946FAC is #6B9053. Grayscale: #808080. Windows color (decimal): -7049300 or 11300756. OLE color: 11300756.

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

Color convert

RGB 148 111 172 -
CMYK 0.14 0.35 0 0.33
HSL 276.39º 0.27% 0.55% -
HSV(B) 276.39º 0.35% 0.67% -
XYZ 25.34 20.64 41.68 -
YUV 129.02 152.26 141.54 -
System Red Green Blue C M Y K H S L
Decimal 148 111 172 0.14 0.35 0 0.33 276.39 0.27 0.55
Hex 94 6F AC E 23 0 21 114 1B 37
Octal 224 157 254 16 43 0 41 424 33 67
Binary 10010100 1101111 10101100 1110 100011 0 100001 100010100 11011 110111

Color Harmonies of #946FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946FAC

Black with #946FAC

Text Example


Text Example

White with #946FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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