Html Css Color HEX #935CC0 Deep Lilac

📋 copy color: '#935CC0'

red 147 ◦ green 92 ◦ blue 192

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

Shades of Deep Lilac #935CC0

Tints of Deep Lilac #935CC0

RGB

 RED value IS 147 (57.81% from 255) = 34.11%

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

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 34.11%
G = 21.35%
B = 44.55%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#935CC0 (or 0x935CC0) is known color: Deep Lilac. HEX triplet: 93, 5C and C0. RGB value is (147,92,192). Sum of RGB (Red+Green+Blue) = 147+92+192=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #935CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935CC0 is #6CA33F. Grayscale: #777777. Windows color (decimal): -7119680 or 12606611. OLE color: 12606611.

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

Color convert

RGB 147 92 192 -
CMYK 0.23 0.52 0 0.25
HSL 273º 0.44% 0.56% -
HSV(B) 273º 0.52% 0.75% -
XYZ 25.37 17.66 51.94 -
YUV 119.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 147 92 192 0.23 0.52 0 0.25 273 0.44 0.56
Hex 93 5C C0 17 34 0 19 111 2C 38
Octal 223 134 300 27 64 0 31 421 54 70
Binary 10010011 1011100 11000000 10111 110100 0 11001 100010001 101100 111000

Color Harmonies of #935CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935CC0

Black with #935CC0

Text Example


Text Example

White with #935CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935CC0; }

 p { color: rgb(147,92,192); }

 H1.HeaderClassName
 {
   color: #935CC0;
 }
 .AnyTagClassName
 {
   color: #935CC0;
 }
</style>

background-color css

<style>
 a { background-color: #935CC0; }

 a { background-color: rgb(147,92,192); }

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

border-color css

<style>
 span { border-color: #935CC0; }

 span { border-color: rgb(147,92,192); }

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