Html Css Color HEX #9645C1 Deep Lilac

📋 copy color: '#9645C1'

red 150 ◦ green 69 ◦ blue 193

#9645C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9645C1

Tints of Deep Lilac #9645C1

RGB

 RED value IS 150 (58.98% from 255) = 36.41%

 GREEN value IS 69 (27.34% from 255) = 16.75%

 BLUE value IS 193 (75.78% from 255) = 46.84%

R = 36.41%
G = 16.75%
B = 46.84%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9645C1 (or 0x9645C1) is known color: Deep Lilac. HEX triplet: 96, 45 and C1. RGB value is (150,69,193). Sum of RGB (Red+Green+Blue) = 150+69+193=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #9645C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9645C1 is #69BA3E. Grayscale: #6A6A6A. Windows color (decimal): -6928959 or 12666262. OLE color: 12666262.

HSL color Cylindrical-coordinate representation of color #9645C1: hue angle of 279.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9645C1 is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 69 193 -
CMYK 0.22 0.64 0 0.24
HSL 279.19º 0.5% 0.51% -
HSV(B) 279.19º 0.64% 0.76% -
XYZ 24.33 14.59 51.99 -
YUV 107.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 150 69 193 0.22 0.64 0 0.24 279.19 0.5 0.51
Hex 96 45 C1 16 40 0 18 117 32 33
Octal 226 105 301 26 100 0 30 427 62 63
Binary 10010110 1000101 11000001 10110 1000000 0 11000 100010111 110010 110011

Color Harmonies of #9645C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9645C1

Black with #9645C1

Text Example


Text Example

White with #9645C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9645C1; }

 p { color: rgb(150,69,193); }

 H1.HeaderClassName
 {
   color: #9645C1;
 }
 .AnyTagClassName
 {
   color: #9645C1;
 }
</style>

background-color css

<style>
 a { background-color: #9645C1; }

 a { background-color: rgb(150,69,193); }

 div.DivClassName
 {
   background-color: #9645C1;
 }
 .BgClassName
 {
   background-color: #9645C1;
 }
</style>

border-color css

<style>
 span { border-color: #9645C1; }

 span { border-color: rgb(150,69,193); }

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