Html Css Color HEX #946EAF Ce Soir

📋 copy color: '#946EAF'

red 148 ◦ green 110 ◦ blue 175

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

Shades of Ce Soir #946EAF

Tints of Ce Soir #946EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.4%

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 34.18%
G = 25.4%
B = 40.42%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#946EAF (or 0x946EAF) is known color: Ce Soir. HEX triplet: 94, 6E and AF. RGB value is (148,110,175). Sum of RGB (Red+Green+Blue) = 148+110+175=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #946EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946EAF is #6B9150. Grayscale: #808080. Windows color (decimal): -7049553 or 11497108. OLE color: 11497108.

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

Color convert

RGB 148 110 175 -
CMYK 0.15 0.37 0 0.31
HSL 275.08º 0.29% 0.56% -
HSV(B) 275.08º 0.37% 0.69% -
XYZ 25.53 20.54 43.18 -
YUV 128.77 154.09 141.71 -
System Red Green Blue C M Y K H S L
Decimal 148 110 175 0.15 0.37 0 0.31 275.08 0.29 0.56
Hex 94 6E AF F 25 0 1F 113 1D 38
Octal 224 156 257 17 45 0 37 423 35 70
Binary 10010100 1101110 10101111 1111 100101 0 11111 100010011 11101 111000

Color Harmonies of #946EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EAF

Black with #946EAF

Text Example


Text Example

White with #946EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,110,175); }

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

background-color css

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

 a { background-color: rgb(148,110,175); }

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

border-color css

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

 span { border-color: rgb(148,110,175); }

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