#9265AF

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

Shades of Ce Soir #9265AF

Tints of Ce Soir #9265AF

Color information

#9265AF (or 0x9265AF) is unknown color: approx Ce Soir. HEX triplet: 92, 65 and AF. RGB value is (146,101,175). Sum of RGB (Red+Green+Blue) = 146+101+175=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #9265AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9265AF is #6D9A50. Grayscale: #7A7A7A. Windows color (decimal): -7182929 or 11494802. OLE color: 11494802.

HSL color Cylindrical-coordinate representation of color #9265AF: hue angle of 276.49º 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 #9265AF is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB146101175-
CMYK0.170.4200.31
HSL276.49º31.62%54.12%-
HSV(B)276.49º42.29%68.63%-
XYZ24.2518.5142.85-
YUV122.89157.41144.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=34.60%
G=23.93%
B=41.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461011750.170.4200.31276.4931.6254.12
Hex9265AF112A01F1142036
Octal22214525721520374244066
Binary1001001011001011010111110001101010011111100010100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9265AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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