Html Css Color HEX #965CBC Deep Lilac

📋 copy color: '#965CBC'

red 150 ◦ green 92 ◦ blue 188

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

Shades of Deep Lilac #965CBC

Tints of Deep Lilac #965CBC

RGB

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

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

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

R = 34.88%
G = 21.4%
B = 43.72%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#965CBC (or 0x965CBC) is known color: Deep Lilac. HEX triplet: 96, 5C and BC. RGB value is (150,92,188). Sum of RGB (Red+Green+Blue) = 150+92+188=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #965CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CBC is #69A343. Grayscale: #777777. Windows color (decimal): -6923076 or 12344470. OLE color: 12344470.

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

Color convert

RGB 150 92 188 -
CMYK 0.20 0.51 0 0.26
HSL 276.25º 0.42% 0.55% -
HSV(B) 276.25º 0.51% 0.74% -
XYZ 25.48 17.77 49.66 -
YUV 120.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 150 92 188 0.20 0.51 0 0.26 276.25 0.42 0.55
Hex 96 5C BC 14 33 0 1A 114 2A 37
Octal 226 134 274 24 63 0 32 424 52 67
Binary 10010110 1011100 10111100 10100 110011 0 11010 100010100 101010 110111

Color Harmonies of #965CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CBC

Black with #965CBC

Text Example


Text Example

White with #965CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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