Html Css Color HEX #955FBA Deep Lilac

📋 copy color: '#955FBA'

red 149 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #955FBA

Tints of Deep Lilac #955FBA

RGB

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

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

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

R = 34.65%
G = 22.09%
B = 43.26%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#955FBA (or 0x955FBA) is known color: Deep Lilac. HEX triplet: 95, 5F and BA. RGB value is (149,95,186). Sum of RGB (Red+Green+Blue) = 149+95+186=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #955FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FBA is #6AA045. Grayscale: #797979. Windows color (decimal): -6987846 or 12214165. OLE color: 12214165.

HSL color Cylindrical-coordinate representation of color #955FBA: hue angle of 275.6º 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 #955FBA is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 95 186 -
CMYK 0.20 0.49 0 0.27
HSL 275.6º 0.4% 0.55% -
HSV(B) 275.6º 0.49% 0.73% -
XYZ 25.35 18.12 48.62 -
YUV 121.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 149 95 186 0.20 0.49 0 0.27 275.6 0.4 0.55
Hex 95 5F BA 14 31 0 1B 114 28 37
Octal 225 137 272 24 61 0 33 424 50 67
Binary 10010101 1011111 10111010 10100 110001 0 11011 100010100 101000 110111

Color Harmonies of #955FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FBA

Black with #955FBA

Text Example


Text Example

White with #955FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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