Html Css Color HEX #955CBC Deep Lilac

📋 copy color: '#955CBC'

red 149 ◦ green 92 ◦ blue 188

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

Shades of Deep Lilac #955CBC

Tints of Deep Lilac #955CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 34.73%
G = 21.45%
B = 43.82%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#955CBC (or 0x955CBC) is known color: Deep Lilac. HEX triplet: 95, 5C and BC. RGB value is (149,92,188). Sum of RGB (Red+Green+Blue) = 149+92+188=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #955CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CBC is #6AA343. Grayscale: #777777. Windows color (decimal): -6988612 or 12344469. OLE color: 12344469.

HSL color Cylindrical-coordinate representation of color #955CBC: hue angle of 275.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #955CBC is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 92 188 -
CMYK 0.21 0.51 0 0.26
HSL 275.63º 0.42% 0.55% -
HSV(B) 275.63º 0.51% 0.74% -
XYZ 25.3 17.67 49.66 -
YUV 119.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 149 92 188 0.21 0.51 0 0.26 275.63 0.42 0.55
Hex 95 5C BC 15 33 0 1A 114 2A 37
Octal 225 134 274 25 63 0 32 424 52 67
Binary 10010101 1011100 10111100 10101 110011 0 11010 100010100 101010 110111

Color Harmonies of #955CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955CBC

Black with #955CBC

Text Example


Text Example

White with #955CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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