#9643BE

Color #9643BE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9643BE

Tints of Deep Lilac #9643BE

Color information

#9643BE (or 0x9643BE) is unknown color: approx Deep Lilac. HEX triplet: 96, 43 and BE. RGB value is (150,67,190). Sum of RGB (Red+Green+Blue) = 150+67+190=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #9643BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9643BE is #69BC41. Grayscale: #696969. Windows color (decimal): -6929474 or 12469142. OLE color: 12469142.

HSL color Cylindrical-coordinate representation of color #9643BE: hue angle of 280.49º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9643BE is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15067190-
CMYK0.210.6500.25
HSL280.49º48.62%50.39%-
HSV(B)280.49º64.74%74.51%-
XYZ23.8814.2250.2-
YUV105.84175.5159.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 67 (26.56% from 255) = 16.46%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=36.86%
G=16.46%
B=46.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150671900.210.6500.25280.4948.6250.39
Hex9643BE15410191183132
Octal226103276251010314306162
Binary10010110100001110111110101011000001011001100011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9643BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9643BE; }

 p { color: rgb(150,67,190); }

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

<style>
 a { background-color: #9643BE; }

 a { background-color: rgb(150,67,190); }

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

<style>
 span { border-color: #9643BE; }

 span { border-color: rgb(150,67,190); }

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