Html Css Color HEX #935CAD Deep Lilac

📋 copy color: '#935CAD'

red 147 ◦ green 92 ◦ blue 173

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

Shades of Deep Lilac #935CAD

Tints of Deep Lilac #935CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 35.68%
G = 22.33%
B = 41.99%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#935CAD (or 0x935CAD) is known color: Deep Lilac. HEX triplet: 93, 5C and AD. RGB value is (147,92,173). Sum of RGB (Red+Green+Blue) = 147+92+173=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #935CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935CAD is #6CA352. Grayscale: #757575. Windows color (decimal): -7119699 or 11361427. OLE color: 11361427.

HSL color Cylindrical-coordinate representation of color #935CAD: hue angle of 280.74º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #935CAD is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 92 173 -
CMYK 0.15 0.47 0 0.32
HSL 280.74º 0.33% 0.52% -
HSV(B) 280.74º 0.47% 0.68% -
XYZ 23.4 16.87 41.56 -
YUV 117.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 147 92 173 0.15 0.47 0 0.32 280.74 0.33 0.52
Hex 93 5C AD F 2F 0 20 119 21 34
Octal 223 134 255 17 57 0 40 431 41 64
Binary 10010011 1011100 10101101 1111 101111 0 100000 100011001 100001 110100

Color Harmonies of #935CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935CAD

Black with #935CAD

Text Example


Text Example

White with #935CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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