#9065B1

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

Shades of Ce Soir #9065B1

Tints of Ce Soir #9065B1

Color information

#9065B1 (or 0x9065B1) is unknown color: approx Ce Soir. HEX triplet: 90, 65 and B1. RGB value is (144,101,177). Sum of RGB (Red+Green+Blue) = 144+101+177=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 177 - color contains mainly: blue. Hex color #9065B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9065B1 is #6F9A4E. Grayscale: #7A7A7A. Windows color (decimal): -7313999 or 11625872. OLE color: 11625872.

HSL color Cylindrical-coordinate representation of color #9065B1: hue angle of 273.95º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9065B1 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB144101177-
CMYK0.190.4300.31
HSL273.95º32.76%54.51%-
HSV(B)273.95º42.94%69.41%-
XYZ24.0918.4143.88-
YUV122.52158.75143.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.12%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 177 (69.53% from 255) = 41.94%
R=34.12%
G=23.93%
B=41.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441011770.190.4300.31273.9532.7654.51
Hex9065B1132B01F1122137
Octal22014526123530374224167
Binary1001000011001011011000110011101011011111100010010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9065B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9065B1; }

 p { color: rgb(144,101,177); }

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

<style>
 a { background-color: #9065B1; }

 a { background-color: rgb(144,101,177); }

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

<style>
 span { border-color: #9065B1; }

 span { border-color: rgb(144,101,177); }

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