Html Css Color HEX #954CBC Deep Lilac

📋 copy color: '#954CBC'

red 149 ◦ green 76 ◦ blue 188

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

Shades of Deep Lilac #954CBC

Tints of Deep Lilac #954CBC

RGB

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

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

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

R = 36.08%
G = 18.4%
B = 45.52%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#954CBC (or 0x954CBC) is known color: Deep Lilac. HEX triplet: 95, 4C and BC. RGB value is (149,76,188). Sum of RGB (Red+Green+Blue) = 149+76+188=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #954CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CBC is #6AB343. Grayscale: #6E6E6E. Windows color (decimal): -6992708 or 12340373. OLE color: 12340373.

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

Color convert

RGB 149 76 188 -
CMYK 0.21 0.60 0 0.26
HSL 279.11º 0.46% 0.52% -
HSV(B) 279.11º 0.6% 0.74% -
XYZ 24.06 15.19 49.24 -
YUV 110.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 149 76 188 0.21 0.60 0 0.26 279.11 0.46 0.52
Hex 95 4C BC 15 3C 0 1A 117 2E 34
Octal 225 114 274 25 74 0 32 427 56 64
Binary 10010101 1001100 10111100 10101 111100 0 11010 100010111 101110 110100

Color Harmonies of #954CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954CBC

Black with #954CBC

Text Example


Text Example

White with #954CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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