Html Css Color HEX #965ABA Deep Lilac

📋 copy color: '#965ABA'

red 150 ◦ green 90 ◦ blue 186

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

Shades of Deep Lilac #965ABA

Tints of Deep Lilac #965ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.13%

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

R = 35.21%
G = 21.13%
B = 43.66%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#965ABA (or 0x965ABA) is known color: Deep Lilac. HEX triplet: 96, 5A and BA. RGB value is (150,90,186). Sum of RGB (Red+Green+Blue) = 150+90+186=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #965ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ABA is #69A545. Grayscale: #767676. Windows color (decimal): -6923590 or 12212886. OLE color: 12212886.

HSL color Cylindrical-coordinate representation of color #965ABA: hue angle of 277.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #965ABA is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 90 186 -
CMYK 0.19 0.52 0 0.27
HSL 277.5º 0.41% 0.54% -
HSV(B) 277.5º 0.52% 0.73% -
XYZ 25.1 17.34 48.48 -
YUV 118.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 150 90 186 0.19 0.52 0 0.27 277.5 0.41 0.54
Hex 96 5A BA 13 34 0 1B 116 29 36
Octal 226 132 272 23 64 0 33 426 51 66
Binary 10010110 1011010 10111010 10011 110100 0 11011 100010110 101001 110110

Color Harmonies of #965ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965ABA

Black with #965ABA

Text Example


Text Example

White with #965ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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