Html Css Color HEX #965CAF Deep Lilac

📋 copy color: '#965CAF'

red 150 ◦ green 92 ◦ blue 175

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

Shades of Deep Lilac #965CAF

Tints of Deep Lilac #965CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.06%

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

R = 35.97%
G = 22.06%
B = 41.97%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#965CAF (or 0x965CAF) is known color: Deep Lilac. HEX triplet: 96, 5C and AF. RGB value is (150,92,175). Sum of RGB (Red+Green+Blue) = 150+92+175=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #965CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965CAF is #69A350. Grayscale: #767676. Windows color (decimal): -6923089 or 11492502. OLE color: 11492502.

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

Color convert

RGB 150 92 175 -
CMYK 0.14 0.47 0 0.31
HSL 281.93º 0.34% 0.52% -
HSV(B) 281.93º 0.47% 0.69% -
XYZ 24.14 17.23 42.61 -
YUV 118.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 150 92 175 0.14 0.47 0 0.31 281.93 0.34 0.52
Hex 96 5C AF E 2F 0 1F 11A 22 34
Octal 226 134 257 16 57 0 37 432 42 64
Binary 10010110 1011100 10101111 1110 101111 0 11111 100011010 100010 110100

Color Harmonies of #965CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CAF

Black with #965CAF

Text Example


Text Example

White with #965CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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