#9165AF

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

Shades of Ce Soir #9165AF

Tints of Ce Soir #9165AF

Color information

#9165AF (or 0x9165AF) is unknown color: approx Ce Soir. HEX triplet: 91, 65 and AF. RGB value is (145,101,175). Sum of RGB (Red+Green+Blue) = 145+101+175=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #9165AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9165AF is #6E9A50. Grayscale: #7A7A7A. Windows color (decimal): -7248465 or 11494801. OLE color: 11494801.

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

Color convert

RGB145101175-
CMYK0.170.4200.31
HSL275.68º31.62%54.12%-
HSV(B)275.68º42.29%68.63%-
XYZ24.0718.4242.84-
YUV122.59157.58143.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.44%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 175 (68.75% from 255) = 41.57%
R=34.44%
G=23.99%
B=41.57%

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
Decimal1451011750.170.4200.31275.6831.6254.12
Hex9165AF112A01F1142036
Octal22114525721520374244066
Binary1001000111001011010111110001101010011111100010100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9165AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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