Html Css Color HEX #9460A7 Ce Soir

📋 copy color: '#9460A7'

red 148 ◦ green 96 ◦ blue 167

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

Shades of Ce Soir #9460A7

Tints of Ce Soir #9460A7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.36%

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

R = 36.01%
G = 23.36%
B = 40.63%

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

#9460A7 (or 0x9460A7) is known color: Ce Soir. HEX triplet: 94, 60 and A7. RGB value is (148,96,167). Sum of RGB (Red+Green+Blue) = 148+96+167=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 167 (65.62% from 255 or 40.63% from 411); Max value from RGB is 167 - color contains mainly: blue. Hex color #9460A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9460A7 is #6B9F58. Grayscale: #777777. Windows color (decimal): -7053145 or 10969236. OLE color: 10969236.

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

Color convert

RGB 148 96 167 -
CMYK 0.11 0.43 0 0.35
HSL 283.94º 0.29% 0.52% -
HSV(B) 283.94º 0.43% 0.65% -
XYZ 23.37 17.45 38.7 -
YUV 119.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 148 96 167 0.11 0.43 0 0.35 283.94 0.29 0.52
Hex 94 60 A7 B 2B 0 23 11C 1D 34
Octal 224 140 247 13 53 0 43 434 35 64
Binary 10010100 1100000 10100111 1011 101011 0 100011 100011100 11101 110100

Color Harmonies of #9460A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9460A7

Black with #9460A7

Text Example


Text Example

White with #9460A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9460A7; }

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

 H1.HeaderClassName
 {
   color: #9460A7;
 }
 .AnyTagClassName
 {
   color: #9460A7;
 }
</style>

background-color css

<style>
 a { background-color: #9460A7; }

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

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

border-color css

<style>
 span { border-color: #9460A7; }

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

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