Html Css Color HEX #946CAB Ce Soir

📋 copy color: '#946CAB'

red 148 ◦ green 108 ◦ blue 171

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

Shades of Ce Soir #946CAB

Tints of Ce Soir #946CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.29%

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

R = 34.66%
G = 25.29%
B = 40.05%

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

#946CAB (or 0x946CAB) is known color: Ce Soir. HEX triplet: 94, 6C and AB. RGB value is (148,108,171). Sum of RGB (Red+Green+Blue) = 148+108+171=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #946CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946CAB is #6B9354. Grayscale: #7E7E7E. Windows color (decimal): -7050069 or 11234452. OLE color: 11234452.

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

Color convert

RGB 148 108 171 -
CMYK 0.13 0.37 0 0.33
HSL 278.1º 0.27% 0.55% -
HSV(B) 278.1º 0.37% 0.67% -
XYZ 24.93 19.96 41.07 -
YUV 127.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 148 108 171 0.13 0.37 0 0.33 278.1 0.27 0.55
Hex 94 6C AB D 25 0 21 116 1B 37
Octal 224 154 253 15 45 0 41 426 33 67
Binary 10010100 1101100 10101011 1101 100101 0 100001 100010110 11011 110111

Color Harmonies of #946CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CAB

Black with #946CAB

Text Example


Text Example

White with #946CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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