Html Css Color HEX #954BCF Deep Lilac

📋 copy color: '#954BCF'

red 149 ◦ green 75 ◦ blue 207

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

Shades of Deep Lilac #954BCF

Tints of Deep Lilac #954BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 34.57%
G = 17.4%
B = 48.03%

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

#954BCF (or 0x954BCF) is known color: Deep Lilac. HEX triplet: 95, 4B and CF. RGB value is (149,75,207). Sum of RGB (Red+Green+Blue) = 149+75+207=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #954BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BCF is #6AB430. Grayscale: #6F6F6F. Windows color (decimal): -6992945 or 13585301. OLE color: 13585301.

HSL color Cylindrical-coordinate representation of color #954BCF: hue angle of 273.64º degrees, saturation: 0.58, 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 #954BCF is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 75 207 -
CMYK 0.28 0.64 0 0.19
HSL 273.64º 0.58% 0.55% -
HSV(B) 273.64º 0.64% 0.81% -
XYZ 26.17 15.93 60.73 -
YUV 112.17 181.52 154.27 -
System Red Green Blue C M Y K H S L
Decimal 149 75 207 0.28 0.64 0 0.19 273.64 0.58 0.55
Hex 95 4B CF 1C 40 0 13 112 3A 37
Octal 225 113 317 34 100 0 23 422 72 67
Binary 10010101 1001011 11001111 11100 1000000 0 10011 100010010 111010 110111

Color Harmonies of #954BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BCF

Black with #954BCF

Text Example


Text Example

White with #954BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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