Html Css Color HEX #946DB0 Ce Soir

📋 copy color: '#946DB0'

red 148 ◦ green 109 ◦ blue 176

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

Shades of Ce Soir #946DB0

Tints of Ce Soir #946DB0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.17%

 BLUE value IS 176 (69.14% from 255) = 40.65%

R = 34.18%
G = 25.17%
B = 40.65%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#946DB0 (or 0x946DB0) is known color: Ce Soir. HEX triplet: 94, 6D and B0. RGB value is (148,109,176). Sum of RGB (Red+Green+Blue) = 148+109+176=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 176 - color contains mainly: blue. Hex color #946DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946DB0 is #6B924F. Grayscale: #808080. Windows color (decimal): -7049808 or 11562388. OLE color: 11562388.

HSL color Cylindrical-coordinate representation of color #946DB0: hue angle of 274.93º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #946DB0 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 109 176 -
CMYK 0.16 0.38 0 0.31
HSL 274.93º 0.3% 0.56% -
HSV(B) 274.93º 0.38% 0.69% -
XYZ 25.52 20.37 43.66 -
YUV 128.3 154.92 142.05 -
System Red Green Blue C M Y K H S L
Decimal 148 109 176 0.16 0.38 0 0.31 274.93 0.3 0.56
Hex 94 6D B0 10 26 0 1F 113 1E 38
Octal 224 155 260 20 46 0 37 423 36 70
Binary 10010100 1101101 10110000 10000 100110 0 11111 100010011 11110 111000

Color Harmonies of #946DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946DB0

Black with #946DB0

Text Example


Text Example

White with #946DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,109,176); }

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

background-color css

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

 a { background-color: rgb(148,109,176); }

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

border-color css

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

 span { border-color: rgb(148,109,176); }

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