#9067B4

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

Shades of Ce Soir #9067B4

Tints of Ce Soir #9067B4

Color information

#9067B4 (or 0x9067B4) is unknown color: approx Ce Soir. HEX triplet: 90, 67 and B4. RGB value is (144,103,180). Sum of RGB (Red+Green+Blue) = 144+103+180=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 180 - color contains mainly: blue. Hex color #9067B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9067B4 is #6F984B. Grayscale: #7B7B7B. Windows color (decimal): -7313484 or 11822992. OLE color: 11822992.

HSL color Cylindrical-coordinate representation of color #9067B4: hue angle of 271.95º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9067B4 is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB144103180-
CMYK0.20.4300.29
HSL271.95º33.92%55.49%-
HSV(B)271.95º42.78%70.59%-
XYZ24.5918.9345.54-
YUV124.04159.58142.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 103 (40.62% from 255) = 24.12%
BLUE value IS 180 (70.70% from 255) = 42.15%
R=33.72%
G=24.12%
B=42.15%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441031800.20.4300.29271.9533.9255.49
Hex9067B4142B01D1102237
Octal22014726424530354204267
Binary1001000011001111011010010100101011011101100010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9067B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9067B4; }

 p { color: rgb(144,103,180); }

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

<style>
 a { background-color: #9067B4; }

 a { background-color: rgb(144,103,180); }

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

<style>
 span { border-color: #9067B4; }

 span { border-color: rgb(144,103,180); }

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