Html Css Color HEX #965AB6 Deep Lilac

📋 copy color: '#965AB6'

red 150 ◦ green 90 ◦ blue 182

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

Shades of Deep Lilac #965AB6

Tints of Deep Lilac #965AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.13%

R = 35.55%
G = 21.33%
B = 43.13%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#965AB6 (or 0x965AB6) is known color: Deep Lilac. HEX triplet: 96, 5A and B6. RGB value is (150,90,182). Sum of RGB (Red+Green+Blue) = 150+90+182=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 182 - color contains mainly: blue. Hex color #965AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965AB6 is #69A549. Grayscale: #767676. Windows color (decimal): -6923594 or 11950742. OLE color: 11950742.

HSL color Cylindrical-coordinate representation of color #965AB6: hue angle of 279.13º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965AB6 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 90 182 -
CMYK 0.18 0.51 0 0.29
HSL 279.13º 0.39% 0.53% -
HSV(B) 279.13º 0.51% 0.71% -
XYZ 24.68 17.17 46.27 -
YUV 118.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 150 90 182 0.18 0.51 0 0.29 279.13 0.39 0.53
Hex 96 5A B6 12 33 0 1D 117 27 35
Octal 226 132 266 22 63 0 35 427 47 65
Binary 10010110 1011010 10110110 10010 110011 0 11101 100010111 100111 110101

Color Harmonies of #965AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965AB6

Black with #965AB6

Text Example


Text Example

White with #965AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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