Html Css Color HEX #965FBE Deep Lilac

📋 copy color: '#965FBE'

red 150 ◦ green 95 ◦ blue 190

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

Shades of Deep Lilac #965FBE

Tints of Deep Lilac #965FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 34.48%
G = 21.84%
B = 43.68%

CMYK

 C value IS 0.21

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#965FBE (or 0x965FBE) is known color: Deep Lilac. HEX triplet: 96, 5F and BE. RGB value is (150,95,190). Sum of RGB (Red+Green+Blue) = 150+95+190=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #965FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FBE is #69A041. Grayscale: #797979. Windows color (decimal): -6922306 or 12476310. OLE color: 12476310.

HSL color Cylindrical-coordinate representation of color #965FBE: hue angle of 274.74º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #965FBE is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 95 190 -
CMYK 0.21 0.5 0 0.25
HSL 274.74º 0.42% 0.56% -
HSV(B) 274.74º 0.5% 0.75% -
XYZ 25.96 18.39 50.9 -
YUV 122.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 150 95 190 0.21 0.5 0 0.25 274.74 0.42 0.56
Hex 96 5F BE 15 32 0 19 113 2A 38
Octal 226 137 276 25 62 0 31 423 52 70
Binary 10010110 1011111 10111110 10101 110010 0 11001 100010011 101010 111000

Color Harmonies of #965FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965FBE

Black with #965FBE

Text Example


Text Example

White with #965FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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