Html Css Color HEX #946BAE Ce Soir

📋 copy color: '#946BAE'

red 148 ◦ green 107 ◦ blue 174

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

Shades of Ce Soir #946BAE

Tints of Ce Soir #946BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.94%

 BLUE value IS 174 (68.36% from 255) = 40.56%

R = 34.5%
G = 24.94%
B = 40.56%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#946BAE (or 0x946BAE) is known color: Ce Soir. HEX triplet: 94, 6B and AE. RGB value is (148,107,174). Sum of RGB (Red+Green+Blue) = 148+107+174=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #946BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946BAE is #6B9451. Grayscale: #7E7E7E. Windows color (decimal): -7050322 or 11430804. OLE color: 11430804.

HSL color Cylindrical-coordinate representation of color #946BAE: hue angle of 276.72º 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 #946BAE is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 107 174 -
CMYK 0.15 0.39 0 0.32
HSL 276.72º 0.29% 0.55% -
HSV(B) 276.72º 0.39% 0.68% -
XYZ 25.11 19.87 42.56 -
YUV 126.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 148 107 174 0.15 0.39 0 0.32 276.72 0.29 0.55
Hex 94 6B AE F 27 0 20 115 1D 37
Octal 224 153 256 17 47 0 40 425 35 67
Binary 10010100 1101011 10101110 1111 100111 0 100000 100010101 11101 110111

Color Harmonies of #946BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BAE

Black with #946BAE

Text Example


Text Example

White with #946BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,107,174); }

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

background-color css

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

 a { background-color: rgb(148,107,174); }

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

border-color css

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

 span { border-color: rgb(148,107,174); }

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