Html Css Color HEX #946AAD Ce Soir

📋 copy color: '#946AAD'

red 148 ◦ green 106 ◦ blue 173

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

Shades of Ce Soir #946AAD

Tints of Ce Soir #946AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.82%

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 34.66%
G = 24.82%
B = 40.52%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#946AAD (or 0x946AAD) is known color: Ce Soir. HEX triplet: 94, 6A and AD. RGB value is (148,106,173). Sum of RGB (Red+Green+Blue) = 148+106+173=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #946AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946AAD is #6B9552. Grayscale: #7D7D7D. Windows color (decimal): -7050579 or 11365012. OLE color: 11365012.

HSL color Cylindrical-coordinate representation of color #946AAD: hue angle of 277.61º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #946AAD is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 106 173 -
CMYK 0.14 0.39 0 0.32
HSL 277.61º 0.29% 0.55% -
HSV(B) 277.61º 0.39% 0.68% -
XYZ 24.91 19.62 42.01 -
YUV 126.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 148 106 173 0.14 0.39 0 0.32 277.61 0.29 0.55
Hex 94 6A AD E 27 0 20 116 1D 37
Octal 224 152 255 16 47 0 40 426 35 67
Binary 10010100 1101010 10101101 1110 100111 0 100000 100010110 11101 110111

Color Harmonies of #946AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946AAD

Black with #946AAD

Text Example


Text Example

White with #946AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,106,173); }

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

background-color css

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

 a { background-color: rgb(148,106,173); }

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

border-color css

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

 span { border-color: rgb(148,106,173); }

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