#9465AF

Color #9465AF Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #9465AF

Tints of Ce Soir #9465AF

Color information

#9465AF (or 0x9465AF) is unknown color: approx Ce Soir. HEX triplet: 94, 65 and AF. RGB value is (148,101,175). Sum of RGB (Red+Green+Blue) = 148+101+175=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #9465AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9465AF is #6B9A50. Grayscale: #7B7B7B. Windows color (decimal): -7051857 or 11494804. OLE color: 11494804.

HSL color Cylindrical-coordinate representation of color #9465AF: hue angle of 278.11º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9465AF is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148101175-
CMYK0.150.4200.31
HSL278.11º31.62%54.12%-
HSV(B)278.11º42.29%68.63%-
XYZ24.618.742.87-
YUV123.49157.07145.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=34.91%
G=23.82%
B=41.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481011750.150.4200.31278.1131.6254.12
Hex9465AFF2A01F1162036
Octal22414525717520374264066
Binary100101001100101101011111111101010011111100010110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9465AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9465AF; }

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

 H1.HeaderClassName
 {
   color: #9465AF;
 }
 .AnyTagClassName
 {
   color: #9465AF;
 }
</style>
background-color css

<style>
 a { background-color: #9465AF; }

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

 div.DivClassName
 {
   background-color: #9465AF;
 }
 .BgClassName
 {
   background-color: #9465AF;
 }
</style>
border-color css

<style>
 span { border-color: #9465AF; }

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

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