Html Css Color HEX #965CB3 Deep Lilac

📋 copy color: '#965CB3'

red 150 ◦ green 92 ◦ blue 179

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

Shades of Deep Lilac #965CB3

Tints of Deep Lilac #965CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.52%

R = 35.63%
G = 21.85%
B = 42.52%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#965CB3 (or 0x965CB3) is known color: Deep Lilac. HEX triplet: 96, 5C and B3. RGB value is (150,92,179). Sum of RGB (Red+Green+Blue) = 150+92+179=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #965CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CB3 is #69A34C. Grayscale: #767676. Windows color (decimal): -6923085 or 11754646. OLE color: 11754646.

HSL color Cylindrical-coordinate representation of color #965CB3: hue angle of 280º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #965CB3 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 92 179 -
CMYK 0.16 0.49 0 0.30
HSL 280º 0.36% 0.53% -
HSV(B) 280º 0.49% 0.7% -
XYZ 24.54 17.39 44.71 -
YUV 119.26 161.72 149.93 -
System Red Green Blue C M Y K H S L
Decimal 150 92 179 0.16 0.49 0 0.30 280 0.36 0.53
Hex 96 5C B3 10 31 0 1E 118 24 35
Octal 226 134 263 20 61 0 36 430 44 65
Binary 10010110 1011100 10110011 10000 110001 0 11110 100011000 100100 110101

Color Harmonies of #965CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CB3

Black with #965CB3

Text Example


Text Example

White with #965CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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