Html Css Color HEX #946BAB Ce Soir

📋 copy color: '#946BAB'

red 148 ◦ green 107 ◦ blue 171

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

Shades of Ce Soir #946BAB

Tints of Ce Soir #946BAB

RGB

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

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

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

R = 34.74%
G = 25.12%
B = 40.14%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#946BAB (or 0x946BAB) is known color: Ce Soir. HEX triplet: 94, 6B and AB. RGB value is (148,107,171). Sum of RGB (Red+Green+Blue) = 148+107+171=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #946BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946BAB is #6B9454. Grayscale: #7E7E7E. Windows color (decimal): -7050325 or 11234196. OLE color: 11234196.

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

Color convert

RGB 148 107 171 -
CMYK 0.13 0.37 0 0.33
HSL 278.44º 0.28% 0.55% -
HSV(B) 278.44º 0.37% 0.67% -
XYZ 24.82 19.75 41.03 -
YUV 126.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 148 107 171 0.13 0.37 0 0.33 278.44 0.28 0.55
Hex 94 6B AB D 25 0 21 116 1C 37
Octal 224 153 253 15 45 0 41 426 34 67
Binary 10010100 1101011 10101011 1101 100101 0 100001 100010110 11100 110111

Color Harmonies of #946BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BAB

Black with #946BAB

Text Example


Text Example

White with #946BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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