Html Css Color HEX #954ABA Deep Lilac

📋 copy color: '#954ABA'

red 149 ◦ green 74 ◦ blue 186

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

Shades of Deep Lilac #954ABA

Tints of Deep Lilac #954ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.09%

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 36.43%
G = 18.09%
B = 45.48%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#954ABA (or 0x954ABA) is known color: Deep Lilac. HEX triplet: 95, 4A and BA. RGB value is (149,74,186). Sum of RGB (Red+Green+Blue) = 149+74+186=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #954ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954ABA is #6AB545. Grayscale: #6C6C6C. Windows color (decimal): -6993222 or 12208789. OLE color: 12208789.

HSL color Cylindrical-coordinate representation of color #954ABA: hue angle of 280.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #954ABA is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 74 186 -
CMYK 0.20 0.60 0 0.27
HSL 280.18º 0.45% 0.51% -
HSV(B) 280.18º 0.6% 0.73% -
XYZ 23.71 14.83 48.07 -
YUV 109.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 149 74 186 0.20 0.60 0 0.27 280.18 0.45 0.51
Hex 95 4A BA 14 3C 0 1B 118 2D 33
Octal 225 112 272 24 74 0 33 430 55 63
Binary 10010101 1001010 10111010 10100 111100 0 11011 100011000 101101 110011

Color Harmonies of #954ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954ABA

Black with #954ABA

Text Example


Text Example

White with #954ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,74,186); }

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

background-color css

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

 a { background-color: rgb(149,74,186); }

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

border-color css

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

 span { border-color: rgb(149,74,186); }

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