Html Css Color HEX #945EA7 Ce Soir

📋 copy color: '#945EA7'

red 148 ◦ green 94 ◦ blue 167

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

Shades of Ce Soir #945EA7

Tints of Ce Soir #945EA7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.98%

 BLUE value IS 167 (65.63% from 255) = 40.83%

R = 36.19%
G = 22.98%
B = 40.83%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#945EA7 (or 0x945EA7) is known color: Ce Soir. HEX triplet: 94, 5E and A7. RGB value is (148,94,167). Sum of RGB (Red+Green+Blue) = 148+94+167=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 167 - color contains mainly: blue. Hex color #945EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945EA7 is #6BA158. Grayscale: #767676. Windows color (decimal): -7053657 or 10968724. OLE color: 10968724.

HSL color Cylindrical-coordinate representation of color #945EA7: hue angle of 284.38º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945EA7 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 94 167 -
CMYK 0.11 0.44 0 0.35
HSL 284.38º 0.29% 0.51% -
HSV(B) 284.38º 0.44% 0.65% -
XYZ 23.19 17.09 38.64 -
YUV 118.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 148 94 167 0.11 0.44 0 0.35 284.38 0.29 0.51
Hex 94 5E A7 B 2C 0 23 11C 1D 33
Octal 224 136 247 13 54 0 43 434 35 63
Binary 10010100 1011110 10100111 1011 101100 0 100011 100011100 11101 110011

Color Harmonies of #945EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945EA7

Black with #945EA7

Text Example


Text Example

White with #945EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945EA7; }

 p { color: rgb(148,94,167); }

 H1.HeaderClassName
 {
   color: #945EA7;
 }
 .AnyTagClassName
 {
   color: #945EA7;
 }
</style>

background-color css

<style>
 a { background-color: #945EA7; }

 a { background-color: rgb(148,94,167); }

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

border-color css

<style>
 span { border-color: #945EA7; }

 span { border-color: rgb(148,94,167); }

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