Html Css Color HEX #946BAD Ce Soir

📋 copy color: '#946BAD'

red 148 ◦ green 107 ◦ blue 173

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

Shades of Ce Soir #946BAD

Tints of Ce Soir #946BAD

RGB

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

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

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

R = 34.58%
G = 25%
B = 40.42%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#946BAD (or 0x946BAD) is known color: Ce Soir. HEX triplet: 94, 6B and AD. RGB value is (148,107,173). Sum of RGB (Red+Green+Blue) = 148+107+173=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #946BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946BAD is #6B9452. Grayscale: #7E7E7E. Windows color (decimal): -7050323 or 11365268. OLE color: 11365268.

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

Color convert

RGB 148 107 173 -
CMYK 0.14 0.38 0 0.32
HSL 277.27º 0.29% 0.55% -
HSV(B) 277.27º 0.38% 0.68% -
XYZ 25.01 19.83 42.04 -
YUV 126.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 148 107 173 0.14 0.38 0 0.32 277.27 0.29 0.55
Hex 94 6B AD E 26 0 20 115 1D 37
Octal 224 153 255 16 46 0 40 425 35 67
Binary 10010100 1101011 10101101 1110 100110 0 100000 100010101 11101 110111

Color Harmonies of #946BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BAD

Black with #946BAD

Text Example


Text Example

White with #946BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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