Html Css Color HEX #9650BC Deep Lilac

📋 copy color: '#9650BC'

red 150 ◦ green 80 ◦ blue 188

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

Shades of Deep Lilac #9650BC

Tints of Deep Lilac #9650BC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 35.89%
G = 19.14%
B = 44.98%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9650BC (or 0x9650BC) is known color: Deep Lilac. HEX triplet: 96, 50 and BC. RGB value is (150,80,188). Sum of RGB (Red+Green+Blue) = 150+80+188=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #9650BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9650BC is #69AF43. Grayscale: #707070. Windows color (decimal): -6926148 or 12341398. OLE color: 12341398.

HSL color Cylindrical-coordinate representation of color #9650BC: hue angle of 278.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9650BC is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 80 188 -
CMYK 0.20 0.57 0 0.26
HSL 278.89º 0.45% 0.53% -
HSV(B) 278.89º 0.57% 0.74% -
XYZ 24.52 15.85 49.34 -
YUV 113.24 170.19 154.22 -
System Red Green Blue C M Y K H S L
Decimal 150 80 188 0.20 0.57 0 0.26 278.89 0.45 0.53
Hex 96 50 BC 14 39 0 1A 117 2D 35
Octal 226 120 274 24 71 0 32 427 55 65
Binary 10010110 1010000 10111100 10100 111001 0 11010 100010111 101101 110101

Color Harmonies of #9650BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9650BC

Black with #9650BC

Text Example


Text Example

White with #9650BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9650BC; }

 p { color: rgb(150,80,188); }

 H1.HeaderClassName
 {
   color: #9650BC;
 }
 .AnyTagClassName
 {
   color: #9650BC;
 }
</style>

background-color css

<style>
 a { background-color: #9650BC; }

 a { background-color: rgb(150,80,188); }

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

border-color css

<style>
 span { border-color: #9650BC; }

 span { border-color: rgb(150,80,188); }

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