Html Css Color HEX #946DAB Ce Soir

📋 copy color: '#946DAB'

red 148 ◦ green 109 ◦ blue 171

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

Shades of Ce Soir #946DAB

Tints of Ce Soir #946DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 34.58%
G = 25.47%
B = 39.95%

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

#946DAB (or 0x946DAB) is known color: Ce Soir. HEX triplet: 94, 6D and AB. RGB value is (148,109,171). Sum of RGB (Red+Green+Blue) = 148+109+171=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #946DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946DAB is #6B9254. Grayscale: #7F7F7F. Windows color (decimal): -7049813 or 11234708. OLE color: 11234708.

HSL color Cylindrical-coordinate representation of color #946DAB: hue angle of 277.74º 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 #946DAB is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 109 171 -
CMYK 0.13 0.36 0 0.33
HSL 277.74º 0.27% 0.55% -
HSV(B) 277.74º 0.36% 0.67% -
XYZ 25.03 20.17 41.1 -
YUV 127.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 148 109 171 0.13 0.36 0 0.33 277.74 0.27 0.55
Hex 94 6D AB D 24 0 21 116 1B 37
Octal 224 155 253 15 44 0 41 426 33 67
Binary 10010100 1101101 10101011 1101 100100 0 100001 100010110 11011 110111

Color Harmonies of #946DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946DAB

Black with #946DAB

Text Example


Text Example

White with #946DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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