Html Css Color HEX #946AAA Ce Soir

📋 copy color: '#946AAA'

red 148 ◦ green 106 ◦ blue 170

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

Shades of Ce Soir #946AAA

Tints of Ce Soir #946AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 34.91%
G = 25%
B = 40.09%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#946AAA (or 0x946AAA) is known color: Ce Soir. HEX triplet: 94, 6A and AA. RGB value is (148,106,170). Sum of RGB (Red+Green+Blue) = 148+106+170=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #946AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946AAA is #6B9555. Grayscale: #7D7D7D. Windows color (decimal): -7050582 or 11168404. OLE color: 11168404.

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

Color convert

RGB 148 106 170 -
CMYK 0.13 0.38 0 0.33
HSL 279.38º 0.27% 0.54% -
HSV(B) 279.38º 0.38% 0.67% -
XYZ 24.62 19.51 40.5 -
YUV 125.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 148 106 170 0.13 0.38 0 0.33 279.38 0.27 0.54
Hex 94 6A AA D 26 0 21 117 1B 36
Octal 224 152 252 15 46 0 41 427 33 66
Binary 10010100 1101010 10101010 1101 100110 0 100001 100010111 11011 110110

Color Harmonies of #946AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946AAA

Black with #946AAA

Text Example


Text Example

White with #946AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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