Html Css Color HEX #9645C6 Deep Lilac

📋 copy color: '#9645C6'

red 150 ◦ green 69 ◦ blue 198

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

Shades of Deep Lilac #9645C6

Tints of Deep Lilac #9645C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.48%

R = 35.97%
G = 16.55%
B = 47.48%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9645C6 (or 0x9645C6) is known color: Deep Lilac. HEX triplet: 96, 45 and C6. RGB value is (150,69,198). Sum of RGB (Red+Green+Blue) = 150+69+198=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #9645C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9645C6 is #69BA39. Grayscale: #6B6B6B. Windows color (decimal): -6928954 or 12993942. OLE color: 12993942.

HSL color Cylindrical-coordinate representation of color #9645C6: hue angle of 277.67º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9645C6 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 69 198 -
CMYK 0.24 0.65 0 0.22
HSL 277.67º 0.53% 0.52% -
HSV(B) 277.67º 0.65% 0.78% -
XYZ 24.9 14.82 54.97 -
YUV 107.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 150 69 198 0.24 0.65 0 0.22 277.67 0.53 0.52
Hex 96 45 C6 18 41 0 16 116 35 34
Octal 226 105 306 30 101 0 26 426 65 64
Binary 10010110 1000101 11000110 11000 1000001 0 10110 100010110 110101 110100

Color Harmonies of #9645C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9645C6

Black with #9645C6

Text Example


Text Example

White with #9645C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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