Html Css Color HEX #965BBD Deep Lilac

📋 copy color: '#965BBD'

red 150 ◦ green 91 ◦ blue 189

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

Shades of Deep Lilac #965BBD

Tints of Deep Lilac #965BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.16%

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 34.88%
G = 21.16%
B = 43.95%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#965BBD (or 0x965BBD) is known color: Deep Lilac. HEX triplet: 96, 5B and BD. RGB value is (150,91,189). Sum of RGB (Red+Green+Blue) = 150+91+189=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #965BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BBD is #69A442. Grayscale: #777777. Windows color (decimal): -6923331 or 12409750. OLE color: 12409750.

HSL color Cylindrical-coordinate representation of color #965BBD: hue angle of 276.12º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #965BBD is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 91 189 -
CMYK 0.21 0.52 0 0.26
HSL 276.12º 0.43% 0.55% -
HSV(B) 276.12º 0.52% 0.74% -
XYZ 25.5 17.64 50.2 -
YUV 119.81 167.05 149.53 -
System Red Green Blue C M Y K H S L
Decimal 150 91 189 0.21 0.52 0 0.26 276.12 0.43 0.55
Hex 96 5B BD 15 34 0 1A 114 2B 37
Octal 226 133 275 25 64 0 32 424 53 67
Binary 10010110 1011011 10111101 10101 110100 0 11010 100010100 101011 110111

Color Harmonies of #965BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965BBD

Black with #965BBD

Text Example


Text Example

White with #965BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,91,189); }

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

background-color css

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

 a { background-color: rgb(150,91,189); }

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

border-color css

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

 span { border-color: rgb(150,91,189); }

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