Html Css Color HEX #954CCB Deep Lilac

📋 copy color: '#954CCB'

red 149 ◦ green 76 ◦ blue 203

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

Shades of Deep Lilac #954CCB

Tints of Deep Lilac #954CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.76%

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

R = 34.81%
G = 17.76%
B = 47.43%

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

#954CCB (or 0x954CCB) is known color: Deep Lilac. HEX triplet: 95, 4C and CB. RGB value is (149,76,203). Sum of RGB (Red+Green+Blue) = 149+76+203=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #954CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CCB is #6AB334. Grayscale: #6F6F6F. Windows color (decimal): -6992693 or 13323413. OLE color: 13323413.

HSL color Cylindrical-coordinate representation of color #954CCB: hue angle of 274.49º 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 #954CCB is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 76 203 -
CMYK 0.27 0.63 0 0.20
HSL 274.49º 0.55% 0.55% -
HSV(B) 274.49º 0.63% 0.8% -
XYZ 25.76 15.87 58.21 -
YUV 112.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 149 76 203 0.27 0.63 0 0.20 274.49 0.55 0.55
Hex 95 4C CB 1B 3F 0 14 112 37 37
Octal 225 114 313 33 77 0 24 422 67 67
Binary 10010101 1001100 11001011 11011 111111 0 10100 100010010 110111 110111

Color Harmonies of #954CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CCB

Black with #954CCB

Text Example


Text Example

White with #954CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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