#9643B1

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

Shades of Deep Lilac #9643B1

Tints of Deep Lilac #9643B1

Color information

#9643B1 (or 0x9643B1) is unknown color: approx Deep Lilac. HEX triplet: 96, 43 and B1. RGB value is (150,67,177). Sum of RGB (Red+Green+Blue) = 150+67+177=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 177 - color contains mainly: blue. Hex color #9643B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9643B1 is #69BC4E. Grayscale: #686868. Windows color (decimal): -6929487 or 11617174. OLE color: 11617174.

HSL color Cylindrical-coordinate representation of color #9643B1: hue angle of 285.27º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9643B1 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15067177-
CMYK0.150.6200.31
HSL285.27º45.08%47.84%-
HSV(B)285.27º62.15%69.41%-
XYZ22.5213.6743.05-
YUV104.36169160.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 67 (26.56% from 255) = 17.01%
BLUE value IS 177 (69.53% from 255) = 44.92%
R=38.07%
G=17.01%
B=44.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150671770.150.6200.31285.2745.0847.84
Hex9643B1F3E01F11d2d30
Octal22610326117760374355560
Binary100101101000011101100011111111110011111100011101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9643B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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