Html Css Color HEX #954BCB Deep Lilac

📋 copy color: '#954BCB'

red 149 ◦ green 75 ◦ blue 203

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

Shades of Deep Lilac #954BCB

Tints of Deep Lilac #954BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 34.89%
G = 17.56%
B = 47.54%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#954BCB (or 0x954BCB) is known color: Deep Lilac. HEX triplet: 95, 4B and CB. RGB value is (149,75,203). Sum of RGB (Red+Green+Blue) = 149+75+203=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #954BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954BCB is #6AB434. Grayscale: #6F6F6F. Windows color (decimal): -6992949 or 13323157. OLE color: 13323157.

HSL color Cylindrical-coordinate representation of color #954BCB: hue angle of 274.69º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #954BCB is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 75 203 -
CMYK 0.27 0.63 0 0.20
HSL 274.69º 0.55% 0.55% -
HSV(B) 274.69º 0.63% 0.8% -
XYZ 25.69 15.73 58.18 -
YUV 111.72 179.52 154.59 -
System Red Green Blue C M Y K H S L
Decimal 149 75 203 0.27 0.63 0 0.20 274.69 0.55 0.55
Hex 95 4B CB 1B 3F 0 14 113 37 37
Octal 225 113 313 33 77 0 24 423 67 67
Binary 10010101 1001011 11001011 11011 111111 0 10100 100010011 110111 110111

Color Harmonies of #954BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BCB

Black with #954BCB

Text Example


Text Example

White with #954BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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