Html Css Color HEX #945FA6 Ce Soir

📋 copy color: '#945FA6'

red 148 ◦ green 95 ◦ blue 166

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

Shades of Ce Soir #945FA6

Tints of Ce Soir #945FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.23%

 BLUE value IS 166 (65.23% from 255) = 40.59%

R = 36.19%
G = 23.23%
B = 40.59%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#945FA6 (or 0x945FA6) is known color: Ce Soir. HEX triplet: 94, 5F and A6. RGB value is (148,95,166). Sum of RGB (Red+Green+Blue) = 148+95+166=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 166 - color contains mainly: blue. Hex color #945FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945FA6 is #6BA059. Grayscale: #767676. Windows color (decimal): -7053402 or 10903444. OLE color: 10903444.

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

Color convert

RGB 148 95 166 -
CMYK 0.11 0.43 0 0.35
HSL 284.79º 0.29% 0.51% -
HSV(B) 284.79º 0.43% 0.65% -
XYZ 23.19 17.23 38.18 -
YUV 118.94 154.56 148.73 -
System Red Green Blue C M Y K H S L
Decimal 148 95 166 0.11 0.43 0 0.35 284.79 0.29 0.51
Hex 94 5F A6 B 2B 0 23 11D 1D 33
Octal 224 137 246 13 53 0 43 435 35 63
Binary 10010100 1011111 10100110 1011 101011 0 100011 100011101 11101 110011

Color Harmonies of #945FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945FA6

Black with #945FA6

Text Example


Text Example

White with #945FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,95,166); }

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

background-color css

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

 a { background-color: rgb(148,95,166); }

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

border-color css

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

 span { border-color: rgb(148,95,166); }

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