Html Css Color HEX #965FAF Deep Lilac

📋 copy color: '#965FAF'

red 150 ◦ green 95 ◦ blue 175

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

Shades of Deep Lilac #965FAF

Tints of Deep Lilac #965FAF

RGB

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

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

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

R = 35.71%
G = 22.62%
B = 41.67%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#965FAF (or 0x965FAF) is known color: Deep Lilac. HEX triplet: 96, 5F and AF. RGB value is (150,95,175). Sum of RGB (Red+Green+Blue) = 150+95+175=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #965FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965FAF is #69A050. Grayscale: #787878. Windows color (decimal): -6922321 or 11493270. OLE color: 11493270.

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

Color convert

RGB 150 95 175 -
CMYK 0.14 0.46 0 0.31
HSL 281.25º 0.33% 0.53% -
HSV(B) 281.25º 0.46% 0.69% -
XYZ 24.41 17.76 42.7 -
YUV 120.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 150 95 175 0.14 0.46 0 0.31 281.25 0.33 0.53
Hex 96 5F AF E 2E 0 1F 119 21 35
Octal 226 137 257 16 56 0 37 431 41 65
Binary 10010110 1011111 10101111 1110 101110 0 11111 100011001 100001 110101

Color Harmonies of #965FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965FAF

Black with #965FAF

Text Example


Text Example

White with #965FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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