Html Css Color HEX #965FAA Deep Lilac

📋 copy color: '#965FAA'

red 150 ◦ green 95 ◦ blue 170

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

Shades of Deep Lilac #965FAA

Tints of Deep Lilac #965FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.89%

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 36.14%
G = 22.89%
B = 40.96%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#965FAA (or 0x965FAA) is known color: Deep Lilac. HEX triplet: 96, 5F and AA. RGB value is (150,95,170). Sum of RGB (Red+Green+Blue) = 150+95+170=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #965FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965FAA is #69A055. Grayscale: #777777. Windows color (decimal): -6922326 or 11165590. OLE color: 11165590.

HSL color Cylindrical-coordinate representation of color #965FAA: hue angle of 284º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #965FAA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 95 170 -
CMYK 0.12 0.44 0 0.33
HSL 284º 0.31% 0.52% -
HSV(B) 284º 0.44% 0.67% -
XYZ 23.93 17.57 40.16 -
YUV 120 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 150 95 170 0.12 0.44 0 0.33 284 0.31 0.52
Hex 96 5F AA C 2C 0 21 11C 1F 34
Octal 226 137 252 14 54 0 41 434 37 64
Binary 10010110 1011111 10101010 1100 101100 0 100001 100011100 11111 110100

Color Harmonies of #965FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965FAA

Black with #965FAA

Text Example


Text Example

White with #965FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,95,170); }

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

background-color css

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

 a { background-color: rgb(150,95,170); }

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

border-color css

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

 span { border-color: rgb(150,95,170); }

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