Html Css Color HEX #946CAA Ce Soir

📋 copy color: '#946CAA'

red 148 ◦ green 108 ◦ blue 170

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

Shades of Ce Soir #946CAA

Tints of Ce Soir #946CAA

RGB

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

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

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

R = 34.74%
G = 25.35%
B = 39.91%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#946CAA (or 0x946CAA) is known color: Ce Soir. HEX triplet: 94, 6C and AA. RGB value is (148,108,170). Sum of RGB (Red+Green+Blue) = 148+108+170=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #946CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946CAA is #6B9355. Grayscale: #7E7E7E. Windows color (decimal): -7050070 or 11168916. OLE color: 11168916.

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

Color convert

RGB 148 108 170 -
CMYK 0.13 0.36 0 0.33
HSL 278.71º 0.27% 0.55% -
HSV(B) 278.71º 0.36% 0.67% -
XYZ 24.83 19.92 40.57 -
YUV 127.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 148 108 170 0.13 0.36 0 0.33 278.71 0.27 0.55
Hex 94 6C AA D 24 0 21 117 1B 37
Octal 224 154 252 15 44 0 41 427 33 67
Binary 10010100 1101100 10101010 1101 100100 0 100001 100010111 11011 110111

Color Harmonies of #946CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CAA

Black with #946CAA

Text Example


Text Example

White with #946CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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