Html Css Color HEX #9662B3 Deep Lilac

📋 copy color: '#9662B3'

red 150 ◦ green 98 ◦ blue 179

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

Shades of Deep Lilac #9662B3

Tints of Deep Lilac #9662B3

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.95%

 BLUE value IS 179 (70.31% from 255) = 41.92%

R = 35.13%
G = 22.95%
B = 41.92%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9662B3 (or 0x9662B3) is known color: Deep Lilac. HEX triplet: 96, 62 and B3. RGB value is (150,98,179). Sum of RGB (Red+Green+Blue) = 150+98+179=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 179 - color contains mainly: blue. Hex color #9662B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9662B3 is #699D4C. Grayscale: #7A7A7A. Windows color (decimal): -6921549 or 11756182. OLE color: 11756182.

HSL color Cylindrical-coordinate representation of color #9662B3: hue angle of 278.52º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9662B3 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 98 179 -
CMYK 0.16 0.45 0 0.30
HSL 278.52º 0.35% 0.54% -
HSV(B) 278.52º 0.45% 0.7% -
XYZ 25.08 18.47 44.89 -
YUV 122.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 150 98 179 0.16 0.45 0 0.30 278.52 0.35 0.54
Hex 96 62 B3 10 2D 0 1E 117 23 36
Octal 226 142 263 20 55 0 36 427 43 66
Binary 10010110 1100010 10110011 10000 101101 0 11110 100010111 100011 110110

Color Harmonies of #9662B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9662B3

Black with #9662B3

Text Example


Text Example

White with #9662B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9662B3; }

 p { color: rgb(150,98,179); }

 H1.HeaderClassName
 {
   color: #9662B3;
 }
 .AnyTagClassName
 {
   color: #9662B3;
 }
</style>

background-color css

<style>
 a { background-color: #9662B3; }

 a { background-color: rgb(150,98,179); }

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

border-color css

<style>
 span { border-color: #9662B3; }

 span { border-color: rgb(150,98,179); }

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