Html Css Color HEX #965DBC Deep Lilac

📋 copy color: '#965DBC'

red 150 ◦ green 93 ◦ blue 188

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

Shades of Deep Lilac #965DBC

Tints of Deep Lilac #965DBC

RGB

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

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

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

R = 34.8%
G = 21.58%
B = 43.62%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#965DBC (or 0x965DBC) is known color: Deep Lilac. HEX triplet: 96, 5D and BC. RGB value is (150,93,188). Sum of RGB (Red+Green+Blue) = 150+93+188=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #965DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DBC is #69A243. Grayscale: #787878. Windows color (decimal): -6922820 or 12344726. OLE color: 12344726.

HSL color Cylindrical-coordinate representation of color #965DBC: hue angle of 276º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965DBC is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 93 188 -
CMYK 0.20 0.51 0 0.26
HSL 276º 0.41% 0.55% -
HSV(B) 276º 0.51% 0.74% -
XYZ 25.57 17.94 49.69 -
YUV 120.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 150 93 188 0.20 0.51 0 0.26 276 0.41 0.55
Hex 96 5D BC 14 33 0 1A 114 29 37
Octal 226 135 274 24 63 0 32 424 51 67
Binary 10010110 1011101 10111100 10100 110011 0 11010 100010100 101001 110111

Color Harmonies of #965DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965DBC

Black with #965DBC

Text Example


Text Example

White with #965DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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