Html Css Color HEX #963DB6 Deep Lilac

📋 copy color: '#963DB6'

red 150 ◦ green 61 ◦ blue 182

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

Shades of Deep Lilac #963DB6

Tints of Deep Lilac #963DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.52%

 BLUE value IS 182 (71.48% from 255) = 46.31%

R = 38.17%
G = 15.52%
B = 46.31%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#963DB6 (or 0x963DB6) is known color: Deep Lilac. HEX triplet: 96, 3D and B6. RGB value is (150,61,182). Sum of RGB (Red+Green+Blue) = 150+61+182=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #963DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963DB6 is #69C249. Grayscale: #656565. Windows color (decimal): -6931018 or 11943318. OLE color: 11943318.

HSL color Cylindrical-coordinate representation of color #963DB6: hue angle of 284.13º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963DB6 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 61 182 -
CMYK 0.18 0.66 0 0.29
HSL 284.13º 0.5% 0.48% -
HSV(B) 284.13º 0.66% 0.71% -
XYZ 22.69 13.2 45.61 -
YUV 101.41 173.49 162.66 -
System Red Green Blue C M Y K H S L
Decimal 150 61 182 0.18 0.66 0 0.29 284.13 0.5 0.48
Hex 96 3D B6 12 42 0 1D 11C 32 30
Octal 226 75 266 22 102 0 35 434 62 60
Binary 10010110 111101 10110110 10010 1000010 0 11101 100011100 110010 110000

Color Harmonies of #963DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963DB6

Black with #963DB6

Text Example


Text Example

White with #963DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963DB6; }

 p { color: rgb(150,61,182); }

 H1.HeaderClassName
 {
   color: #963DB6;
 }
 .AnyTagClassName
 {
   color: #963DB6;
 }
</style>

background-color css

<style>
 a { background-color: #963DB6; }

 a { background-color: rgb(150,61,182); }

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

border-color css

<style>
 span { border-color: #963DB6; }

 span { border-color: rgb(150,61,182); }

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