Html Css Color HEX #965DB3 Deep Lilac

📋 copy color: '#965DB3'

red 150 ◦ green 93 ◦ blue 179

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

Shades of Deep Lilac #965DB3

Tints of Deep Lilac #965DB3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.04%

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

R = 35.55%
G = 22.04%
B = 42.42%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#965DB3 (or 0x965DB3) is known color: Deep Lilac. HEX triplet: 96, 5D and B3. RGB value is (150,93,179). Sum of RGB (Red+Green+Blue) = 150+93+179=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #965DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DB3 is #69A24C. Grayscale: #777777. Windows color (decimal): -6922829 or 11754902. OLE color: 11754902.

HSL color Cylindrical-coordinate representation of color #965DB3: hue angle of 279.77º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #965DB3 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 93 179 -
CMYK 0.16 0.48 0 0.30
HSL 279.77º 0.36% 0.53% -
HSV(B) 279.77º 0.48% 0.7% -
XYZ 24.63 17.57 44.74 -
YUV 119.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 150 93 179 0.16 0.48 0 0.30 279.77 0.36 0.53
Hex 96 5D B3 10 30 0 1E 118 24 35
Octal 226 135 263 20 60 0 36 430 44 65
Binary 10010110 1011101 10110011 10000 110000 0 11110 100011000 100100 110101

Color Harmonies of #965DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965DB3

Black with #965DB3

Text Example


Text Example

White with #965DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965DB3; }

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

 H1.HeaderClassName
 {
   color: #965DB3;
 }
 .AnyTagClassName
 {
   color: #965DB3;
 }
</style>

background-color css

<style>
 a { background-color: #965DB3; }

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

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

border-color css

<style>
 span { border-color: #965DB3; }

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

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