Html Css Color HEX #963FBA Deep Lilac

📋 copy color: '#963FBA'

red 150 ◦ green 63 ◦ blue 186

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

Shades of Deep Lilac #963FBA

Tints of Deep Lilac #963FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.79%

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 37.59%
G = 15.79%
B = 46.62%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#963FBA (or 0x963FBA) is known color: Deep Lilac. HEX triplet: 96, 3F and BA. RGB value is (150,63,186). Sum of RGB (Red+Green+Blue) = 150+63+186=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #963FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963FBA is #69C045. Grayscale: #666666. Windows color (decimal): -6930502 or 12205974. OLE color: 12205974.

HSL color Cylindrical-coordinate representation of color #963FBA: hue angle of 282.44º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963FBA is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 63 186 -
CMYK 0.19 0.66 0 0.27
HSL 282.44º 0.49% 0.49% -
HSV(B) 282.44º 0.66% 0.73% -
XYZ 23.22 13.58 47.85 -
YUV 103.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 150 63 186 0.19 0.66 0 0.27 282.44 0.49 0.49
Hex 96 3F BA 13 42 0 1B 11A 31 31
Octal 226 77 272 23 102 0 33 432 61 61
Binary 10010110 111111 10111010 10011 1000010 0 11011 100011010 110001 110001

Color Harmonies of #963FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963FBA

Black with #963FBA

Text Example


Text Example

White with #963FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,63,186); }

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

background-color css

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

 a { background-color: rgb(150,63,186); }

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

border-color css

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

 span { border-color: rgb(150,63,186); }

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