Html Css Color HEX #965DB4 Deep Lilac

📋 copy color: '#965DB4'

red 150 ◦ green 93 ◦ blue 180

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

Shades of Deep Lilac #965DB4

Tints of Deep Lilac #965DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.55%

R = 35.46%
G = 21.99%
B = 42.55%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#965DB4 (or 0x965DB4) is known color: Deep Lilac. HEX triplet: 96, 5D and B4. RGB value is (150,93,180). Sum of RGB (Red+Green+Blue) = 150+93+180=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #965DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DB4 is #69A24B. Grayscale: #777777. Windows color (decimal): -6922828 or 11820438. OLE color: 11820438.

HSL color Cylindrical-coordinate representation of color #965DB4: hue angle of 279.31º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #965DB4 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 93 180 -
CMYK 0.17 0.48 0 0.29
HSL 279.31º 0.37% 0.54% -
HSV(B) 279.31º 0.48% 0.71% -
XYZ 24.73 17.61 45.28 -
YUV 119.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 150 93 180 0.17 0.48 0 0.29 279.31 0.37 0.54
Hex 96 5D B4 11 30 0 1D 117 25 36
Octal 226 135 264 21 60 0 35 427 45 66
Binary 10010110 1011101 10110100 10001 110000 0 11101 100010111 100101 110110

Color Harmonies of #965DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965DB4

Black with #965DB4

Text Example


Text Example

White with #965DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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