Html Css Color HEX #954FBC Deep Lilac

📋 copy color: '#954FBC'

red 149 ◦ green 79 ◦ blue 188

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

Shades of Deep Lilac #954FBC

Tints of Deep Lilac #954FBC

RGB

 RED value IS 149 (58.59% from 255) = 35.82%

 GREEN value IS 79 (31.25% from 255) = 18.99%

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

R = 35.82%
G = 18.99%
B = 45.19%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#954FBC (or 0x954FBC) is known color: Deep Lilac. HEX triplet: 95, 4F and BC. RGB value is (149,79,188). Sum of RGB (Red+Green+Blue) = 149+79+188=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #954FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954FBC is #6AB043. Grayscale: #6F6F6F. Windows color (decimal): -6991940 or 12341141. OLE color: 12341141.

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

Color convert

RGB 149 79 188 -
CMYK 0.21 0.58 0 0.26
HSL 278.53º 0.45% 0.52% -
HSV(B) 278.53º 0.58% 0.74% -
XYZ 24.27 15.61 49.31 -
YUV 112.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 149 79 188 0.21 0.58 0 0.26 278.53 0.45 0.52
Hex 95 4F BC 15 3A 0 1A 117 2D 34
Octal 225 117 274 25 72 0 32 427 55 64
Binary 10010101 1001111 10111100 10101 111010 0 11010 100010111 101101 110100

Color Harmonies of #954FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954FBC

Black with #954FBC

Text Example


Text Example

White with #954FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954FBC; }

 p { color: rgb(149,79,188); }

 H1.HeaderClassName
 {
   color: #954FBC;
 }
 .AnyTagClassName
 {
   color: #954FBC;
 }
</style>

background-color css

<style>
 a { background-color: #954FBC; }

 a { background-color: rgb(149,79,188); }

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

border-color css

<style>
 span { border-color: #954FBC; }

 span { border-color: rgb(149,79,188); }

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