Html Css Color HEX #955AA7 Deep Lilac

📋 copy color: '#955AA7'

red 149 ◦ green 90 ◦ blue 167

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

Shades of Deep Lilac #955AA7

Tints of Deep Lilac #955AA7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

 BLUE value IS 167 (65.63% from 255) = 41.13%

R = 36.7%
G = 22.17%
B = 41.13%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#955AA7 (or 0x955AA7) is known color: Deep Lilac. HEX triplet: 95, 5A and A7. RGB value is (149,90,167). Sum of RGB (Red+Green+Blue) = 149+90+167=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 167 - color contains mainly: blue. Hex color #955AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955AA7 is #6AA558. Grayscale: #747474. Windows color (decimal): -6989145 or 10967701. OLE color: 10967701.

HSL color Cylindrical-coordinate representation of color #955AA7: hue angle of 285.97º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955AA7 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 90 167 -
CMYK 0.11 0.46 0 0.35
HSL 285.97º 0.3% 0.5% -
HSV(B) 285.97º 0.46% 0.65% -
XYZ 23.03 16.49 38.53 -
YUV 116.42 156.55 151.24 -
System Red Green Blue C M Y K H S L
Decimal 149 90 167 0.11 0.46 0 0.35 285.97 0.3 0.5
Hex 95 5A A7 B 2E 0 23 11E 1E 32
Octal 225 132 247 13 56 0 43 436 36 62
Binary 10010101 1011010 10100111 1011 101110 0 100011 100011110 11110 110010

Color Harmonies of #955AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955AA7

Black with #955AA7

Text Example


Text Example

White with #955AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955AA7; }

 p { color: rgb(149,90,167); }

 H1.HeaderClassName
 {
   color: #955AA7;
 }
 .AnyTagClassName
 {
   color: #955AA7;
 }
</style>

background-color css

<style>
 a { background-color: #955AA7; }

 a { background-color: rgb(149,90,167); }

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

border-color css

<style>
 span { border-color: #955AA7; }

 span { border-color: rgb(149,90,167); }

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