Html Css Color HEX #946FA4 Ce Soir

📋 copy color: '#946FA4'

red 148 ◦ green 111 ◦ blue 164

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

Shades of Ce Soir #946FA4

Tints of Ce Soir #946FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.77%

R = 34.99%
G = 26.24%
B = 38.77%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#946FA4 (or 0x946FA4) is known color: Ce Soir. HEX triplet: 94, 6F and A4. RGB value is (148,111,164). Sum of RGB (Red+Green+Blue) = 148+111+164=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #946FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946FA4 is #6B905B. Grayscale: #7F7F7F. Windows color (decimal): -7049308 or 10776468. OLE color: 10776468.

HSL color Cylindrical-coordinate representation of color #946FA4: hue angle of 281.89º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946FA4 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 111 164 -
CMYK 0.10 0.32 0 0.36
HSL 281.89º 0.23% 0.54% -
HSV(B) 281.89º 0.32% 0.64% -
XYZ 24.6 20.35 37.75 -
YUV 128.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 148 111 164 0.10 0.32 0 0.36 281.89 0.23 0.54
Hex 94 6F A4 A 20 0 24 11A 17 36
Octal 224 157 244 12 40 0 44 432 27 66
Binary 10010100 1101111 10100100 1010 100000 0 100100 100011010 10111 110110

Color Harmonies of #946FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946FA4

Black with #946FA4

Text Example


Text Example

White with #946FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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