Html Css Color HEX #965BAF Deep Lilac

📋 copy color: '#965BAF'

red 150 ◦ green 91 ◦ blue 175

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

Shades of Deep Lilac #965BAF

Tints of Deep Lilac #965BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.88%

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

R = 36.06%
G = 21.88%
B = 42.07%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#965BAF (or 0x965BAF) is known color: Deep Lilac. HEX triplet: 96, 5B and AF. RGB value is (150,91,175). Sum of RGB (Red+Green+Blue) = 150+91+175=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #965BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965BAF is #69A450. Grayscale: #757575. Windows color (decimal): -6923345 or 11492246. OLE color: 11492246.

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

Color convert

RGB 150 91 175 -
CMYK 0.14 0.48 0 0.31
HSL 282.14º 0.34% 0.52% -
HSV(B) 282.14º 0.48% 0.69% -
XYZ 24.06 17.06 42.58 -
YUV 118.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 150 91 175 0.14 0.48 0 0.31 282.14 0.34 0.52
Hex 96 5B AF E 30 0 1F 11A 22 34
Octal 226 133 257 16 60 0 37 432 42 64
Binary 10010110 1011011 10101111 1110 110000 0 11111 100011010 100010 110100

Color Harmonies of #965BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965BAF

Black with #965BAF

Text Example


Text Example

White with #965BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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