Html Css Color HEX #954ABC Deep Lilac

📋 copy color: '#954ABC'

red 149 ◦ green 74 ◦ blue 188

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

Shades of Deep Lilac #954ABC

Tints of Deep Lilac #954ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 36.25%
G = 18%
B = 45.74%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#954ABC (or 0x954ABC) is known color: Deep Lilac. HEX triplet: 95, 4A and BC. RGB value is (149,74,188). Sum of RGB (Red+Green+Blue) = 149+74+188=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #954ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954ABC is #6AB543. Grayscale: #6D6D6D. Windows color (decimal): -6993220 or 12339861. OLE color: 12339861.

HSL color Cylindrical-coordinate representation of color #954ABC: hue angle of 279.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #954ABC is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 74 188 -
CMYK 0.21 0.61 0 0.26
HSL 279.47º 0.46% 0.51% -
HSV(B) 279.47º 0.61% 0.74% -
XYZ 23.92 14.92 49.2 -
YUV 109.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 149 74 188 0.21 0.61 0 0.26 279.47 0.46 0.51
Hex 95 4A BC 15 3D 0 1A 117 2E 33
Octal 225 112 274 25 75 0 32 427 56 63
Binary 10010101 1001010 10111100 10101 111101 0 11010 100010111 101110 110011

Color Harmonies of #954ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954ABC

Black with #954ABC

Text Example


Text Example

White with #954ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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