Html Css Color HEX #995FBA Deep Lilac

📋 copy color: '#995FBA'

red 153 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #995FBA

Tints of Deep Lilac #995FBA

RGB

 RED value IS 153 (60.16% from 255) = 35.25%

 GREEN value IS 95 (37.5% from 255) = 21.89%

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 35.25%
G = 21.89%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#995FBA (or 0x995FBA) is known color: Deep Lilac. HEX triplet: 99, 5F and BA. RGB value is (153,95,186). Sum of RGB (Red+Green+Blue) = 153+95+186=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #995FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995FBA is #66A045. Grayscale: #7A7A7A. Windows color (decimal): -6725702 or 12214169. OLE color: 12214169.

HSL color Cylindrical-coordinate representation of color #995FBA: hue angle of 278.24º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #995FBA is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 95 186 -
CMYK 0.18 0.49 0 0.27
HSL 278.24º 0.4% 0.55% -
HSV(B) 278.24º 0.49% 0.73% -
XYZ 26.09 18.5 48.65 -
YUV 122.72 163.72 149.6 -
System Red Green Blue C M Y K H S L
Decimal 153 95 186 0.18 0.49 0 0.27 278.24 0.4 0.55
Hex 99 5F BA 12 31 0 1B 116 28 37
Octal 231 137 272 22 61 0 33 426 50 67
Binary 10011001 1011111 10111010 10010 110001 0 11011 100010110 101000 110111

Color Harmonies of #995FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995FBA

Black with #995FBA

Text Example


Text Example

White with #995FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995FBA; }

 p { color: rgb(153,95,186); }

 H1.HeaderClassName
 {
   color: #995FBA;
 }
 .AnyTagClassName
 {
   color: #995FBA;
 }
</style>

background-color css

<style>
 a { background-color: #995FBA; }

 a { background-color: rgb(153,95,186); }

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

border-color css

<style>
 span { border-color: #995FBA; }

 span { border-color: rgb(153,95,186); }

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