Html Css Color HEX #965ABC Deep Lilac

📋 copy color: '#965ABC'

red 150 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #965ABC

Tints of Deep Lilac #965ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.03%

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 35.05%
G = 21.03%
B = 43.93%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#965ABC (or 0x965ABC) is known color: Deep Lilac. HEX triplet: 96, 5A and BC. RGB value is (150,90,188). Sum of RGB (Red+Green+Blue) = 150+90+188=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #965ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ABC is #69A543. Grayscale: #767676. Windows color (decimal): -6923588 or 12343958. OLE color: 12343958.

HSL color Cylindrical-coordinate representation of color #965ABC: hue angle of 276.73º degrees, saturation: 0.42, 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 #965ABC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 90 188 -
CMYK 0.20 0.52 0 0.26
HSL 276.73º 0.42% 0.55% -
HSV(B) 276.73º 0.52% 0.74% -
XYZ 25.31 17.43 49.61 -
YUV 119.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 150 90 188 0.20 0.52 0 0.26 276.73 0.42 0.55
Hex 96 5A BC 14 34 0 1A 115 2A 37
Octal 226 132 274 24 64 0 32 425 52 67
Binary 10010110 1011010 10111100 10100 110100 0 11010 100010101 101010 110111

Color Harmonies of #965ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965ABC

Black with #965ABC

Text Example


Text Example

White with #965ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,90,188); }

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

background-color css

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

 a { background-color: rgb(150,90,188); }

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

border-color css

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

 span { border-color: rgb(150,90,188); }

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