Html Css Color HEX #955EAF Deep Lilac

📋 copy color: '#955EAF'

red 149 ◦ green 94 ◦ blue 175

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

Shades of Deep Lilac #955EAF

Tints of Deep Lilac #955EAF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.49%

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 35.65%
G = 22.49%
B = 41.87%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#955EAF (or 0x955EAF) is known color: Deep Lilac. HEX triplet: 95, 5E and AF. RGB value is (149,94,175). Sum of RGB (Red+Green+Blue) = 149+94+175=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #955EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955EAF is #6AA150. Grayscale: #777777. Windows color (decimal): -6988113 or 11493013. OLE color: 11493013.

HSL color Cylindrical-coordinate representation of color #955EAF: hue angle of 280.74º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955EAF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 94 175 -
CMYK 0.15 0.46 0 0.31
HSL 280.74º 0.34% 0.53% -
HSV(B) 280.74º 0.46% 0.69% -
XYZ 24.13 17.49 42.66 -
YUV 119.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 149 94 175 0.15 0.46 0 0.31 280.74 0.34 0.53
Hex 95 5E AF F 2E 0 1F 119 22 35
Octal 225 136 257 17 56 0 37 431 42 65
Binary 10010101 1011110 10101111 1111 101110 0 11111 100011001 100010 110101

Color Harmonies of #955EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955EAF

Black with #955EAF

Text Example


Text Example

White with #955EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,94,175); }

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

background-color css

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

 a { background-color: rgb(149,94,175); }

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

border-color css

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

 span { border-color: rgb(149,94,175); }

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