Html Css Color HEX #955CBA Deep Lilac

📋 copy color: '#955CBA'

red 149 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #955CBA

Tints of Deep Lilac #955CBA

RGB

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

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

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

R = 34.89%
G = 21.55%
B = 43.56%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#955CBA (or 0x955CBA) is known color: Deep Lilac. HEX triplet: 95, 5C and BA. RGB value is (149,92,186). Sum of RGB (Red+Green+Blue) = 149+92+186=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #955CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CBA is #6AA345. Grayscale: #777777. Windows color (decimal): -6988614 or 12213397. OLE color: 12213397.

HSL color Cylindrical-coordinate representation of color #955CBA: hue angle of 276.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #955CBA is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 92 186 -
CMYK 0.20 0.51 0 0.27
HSL 276.38º 0.41% 0.55% -
HSV(B) 276.38º 0.51% 0.73% -
XYZ 25.08 17.59 48.53 -
YUV 119.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 149 92 186 0.20 0.51 0 0.27 276.38 0.41 0.55
Hex 95 5C BA 14 33 0 1B 114 29 37
Octal 225 134 272 24 63 0 33 424 51 67
Binary 10010101 1011100 10111010 10100 110011 0 11011 100010100 101001 110111

Color Harmonies of #955CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CBA

Black with #955CBA

Text Example


Text Example

White with #955CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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