Html Css Color HEX #963BAF Deep Lilac

📋 copy color: '#963BAF'

red 150 ◦ green 59 ◦ blue 175

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

Shades of Deep Lilac #963BAF

Tints of Deep Lilac #963BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.36%

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 39.06%
G = 15.36%
B = 45.57%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#963BAF (or 0x963BAF) is known color: Deep Lilac. HEX triplet: 96, 3B and AF. RGB value is (150,59,175). Sum of RGB (Red+Green+Blue) = 150+59+175=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #963BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963BAF is #69C450. Grayscale: #636363. Windows color (decimal): -6931537 or 11484054. OLE color: 11484054.

HSL color Cylindrical-coordinate representation of color #963BAF: hue angle of 287.07º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963BAF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 59 175 -
CMYK 0.14 0.66 0 0.31
HSL 287.07º 0.5% 0.46% -
HSV(B) 287.07º 0.66% 0.69% -
XYZ 21.88 12.71 41.86 -
YUV 99.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 150 59 175 0.14 0.66 0 0.31 287.07 0.5 0.46
Hex 96 3B AF E 42 0 1F 11F 32 2E
Octal 226 73 257 16 102 0 37 437 62 56
Binary 10010110 111011 10101111 1110 1000010 0 11111 100011111 110010 101110

Color Harmonies of #963BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963BAF

Black with #963BAF

Text Example


Text Example

White with #963BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,59,175); }

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

background-color css

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

 a { background-color: rgb(150,59,175); }

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

border-color css

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

 span { border-color: rgb(150,59,175); }

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