Html Css Color HEX #955CA7 Deep Lilac

📋 copy color: '#955CA7'

red 149 ◦ green 92 ◦ blue 167

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

Shades of Deep Lilac #955CA7

Tints of Deep Lilac #955CA7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.55%

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

R = 36.52%
G = 22.55%
B = 40.93%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#955CA7 (or 0x955CA7) is known color: Deep Lilac. HEX triplet: 95, 5C and A7. RGB value is (149,92,167). Sum of RGB (Red+Green+Blue) = 149+92+167=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 167 - color contains mainly: blue. Hex color #955CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955CA7 is #6AA358. Grayscale: #757575. Windows color (decimal): -6988633 or 10968213. OLE color: 10968213.

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

Color convert

RGB 149 92 167 -
CMYK 0.11 0.45 0 0.35
HSL 285.6º 0.3% 0.51% -
HSV(B) 285.6º 0.45% 0.65% -
XYZ 23.2 16.83 38.59 -
YUV 117.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 149 92 167 0.11 0.45 0 0.35 285.6 0.3 0.51
Hex 95 5C A7 B 2D 0 23 11E 1E 33
Octal 225 134 247 13 55 0 43 436 36 63
Binary 10010101 1011100 10100111 1011 101101 0 100011 100011110 11110 110011

Color Harmonies of #955CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CA7

Black with #955CA7

Text Example


Text Example

White with #955CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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