Html Css Color HEX #946FAB Ce Soir

📋 copy color: '#946FAB'

red 148 ◦ green 111 ◦ blue 171

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

Shades of Ce Soir #946FAB

Tints of Ce Soir #946FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.81%

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

R = 34.42%
G = 25.81%
B = 39.77%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#946FAB (or 0x946FAB) is known color: Ce Soir. HEX triplet: 94, 6F and AB. RGB value is (148,111,171). Sum of RGB (Red+Green+Blue) = 148+111+171=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #946FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946FAB is #6B9054. Grayscale: #808080. Windows color (decimal): -7049301 or 11235220. OLE color: 11235220.

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

Color convert

RGB 148 111 171 -
CMYK 0.13 0.35 0 0.33
HSL 277º 0.26% 0.55% -
HSV(B) 277º 0.35% 0.67% -
XYZ 25.25 20.61 41.17 -
YUV 128.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 148 111 171 0.13 0.35 0 0.33 277 0.26 0.55
Hex 94 6F AB D 23 0 21 115 1A 37
Octal 224 157 253 15 43 0 41 425 32 67
Binary 10010100 1101111 10101011 1101 100011 0 100001 100010101 11010 110111

Color Harmonies of #946FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946FAB

Black with #946FAB

Text Example


Text Example

White with #946FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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