Html Css Color HEX #955CBE Deep Lilac

📋 copy color: '#955CBE'

red 149 ◦ green 92 ◦ blue 190

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

Shades of Deep Lilac #955CBE

Tints of Deep Lilac #955CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 34.57%
G = 21.35%
B = 44.08%

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

#955CBE (or 0x955CBE) is known color: Deep Lilac. HEX triplet: 95, 5C and BE. RGB value is (149,92,190). Sum of RGB (Red+Green+Blue) = 149+92+190=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #955CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CBE is #6AA341. Grayscale: #777777. Windows color (decimal): -6988610 or 12475541. OLE color: 12475541.

HSL color Cylindrical-coordinate representation of color #955CBE: hue angle of 274.9º degrees, saturation: 0.43, 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 #955CBE is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 92 190 -
CMYK 0.22 0.52 0 0.25
HSL 274.9º 0.43% 0.55% -
HSV(B) 274.9º 0.52% 0.75% -
XYZ 25.52 17.76 50.8 -
YUV 120.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 149 92 190 0.22 0.52 0 0.25 274.9 0.43 0.55
Hex 95 5C BE 16 34 0 19 113 2B 37
Octal 225 134 276 26 64 0 31 423 53 67
Binary 10010101 1011100 10111110 10110 110100 0 11001 100010011 101011 110111

Color Harmonies of #955CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CBE

Black with #955CBE

Text Example


Text Example

White with #955CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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