Html Css Color HEX #955CBF Deep Lilac

📋 copy color: '#955CBF'

red 149 ◦ green 92 ◦ blue 191

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

Shades of Deep Lilac #955CBF

Tints of Deep Lilac #955CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.21%

R = 34.49%
G = 21.3%
B = 44.21%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#955CBF (or 0x955CBF) is known color: Deep Lilac. HEX triplet: 95, 5C and BF. RGB value is (149,92,191). Sum of RGB (Red+Green+Blue) = 149+92+191=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #955CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CBF is #6AA340. Grayscale: #777777. Windows color (decimal): -6988609 or 12541077. OLE color: 12541077.

HSL color Cylindrical-coordinate representation of color #955CBF: hue angle of 274.55º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955CBF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 92 191 -
CMYK 0.22 0.52 0 0.25
HSL 274.55º 0.44% 0.55% -
HSV(B) 274.55º 0.52% 0.75% -
XYZ 25.63 17.81 51.38 -
YUV 120.33 167.88 148.45 -
System Red Green Blue C M Y K H S L
Decimal 149 92 191 0.22 0.52 0 0.25 274.55 0.44 0.55
Hex 95 5C BF 16 34 0 19 113 2C 37
Octal 225 134 277 26 64 0 31 423 54 67
Binary 10010101 1011100 10111111 10110 110100 0 11001 100010011 101100 110111

Color Harmonies of #955CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CBF

Black with #955CBF

Text Example


Text Example

White with #955CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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