Html Css Color HEX #954BCE Deep Lilac

📋 copy color: '#954BCE'

red 149 ◦ green 75 ◦ blue 206

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

Shades of Deep Lilac #954BCE

Tints of Deep Lilac #954BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.44%

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 34.65%
G = 17.44%
B = 47.91%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#954BCE (or 0x954BCE) is known color: Deep Lilac. HEX triplet: 95, 4B and CE. RGB value is (149,75,206). Sum of RGB (Red+Green+Blue) = 149+75+206=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #954BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BCE is #6AB431. Grayscale: #6F6F6F. Windows color (decimal): -6992946 or 13519765. OLE color: 13519765.

HSL color Cylindrical-coordinate representation of color #954BCE: hue angle of 273.89º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #954BCE is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 75 206 -
CMYK 0.28 0.64 0 0.19
HSL 273.89º 0.57% 0.55% -
HSV(B) 273.89º 0.64% 0.81% -
XYZ 26.05 15.88 60.08 -
YUV 112.06 181.02 154.35 -
System Red Green Blue C M Y K H S L
Decimal 149 75 206 0.28 0.64 0 0.19 273.89 0.57 0.55
Hex 95 4B CE 1C 40 0 13 112 39 37
Octal 225 113 316 34 100 0 23 422 71 67
Binary 10010101 1001011 11001110 11100 1000000 0 10011 100010010 111001 110111

Color Harmonies of #954BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BCE

Black with #954BCE

Text Example


Text Example

White with #954BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,75,206); }

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

background-color css

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

 a { background-color: rgb(149,75,206); }

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

border-color css

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

 span { border-color: rgb(149,75,206); }

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