Html Css Color HEX #935AB1 Deep Lilac

📋 copy color: '#935AB1'

red 147 ◦ green 90 ◦ blue 177

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

Shades of Deep Lilac #935AB1

Tints of Deep Lilac #935AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.74%

 BLUE value IS 177 (69.53% from 255) = 42.75%

R = 35.51%
G = 21.74%
B = 42.75%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#935AB1 (or 0x935AB1) is known color: Deep Lilac. HEX triplet: 93, 5A and B1. RGB value is (147,90,177). Sum of RGB (Red+Green+Blue) = 147+90+177=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 177 - color contains mainly: blue. Hex color #935AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935AB1 is #6CA54E. Grayscale: #747474. Windows color (decimal): -7120207 or 11623059. OLE color: 11623059.

HSL color Cylindrical-coordinate representation of color #935AB1: hue angle of 279.31º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #935AB1 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 90 177 -
CMYK 0.17 0.49 0 0.31
HSL 279.31º 0.36% 0.52% -
HSV(B) 279.31º 0.49% 0.69% -
XYZ 23.62 16.69 43.57 -
YUV 116.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 147 90 177 0.17 0.49 0 0.31 279.31 0.36 0.52
Hex 93 5A B1 11 31 0 1F 117 24 34
Octal 223 132 261 21 61 0 37 427 44 64
Binary 10010011 1011010 10110001 10001 110001 0 11111 100010111 100100 110100

Color Harmonies of #935AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935AB1

Black with #935AB1

Text Example


Text Example

White with #935AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,90,177); }

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

background-color css

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

 a { background-color: rgb(147,90,177); }

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

border-color css

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

 span { border-color: rgb(147,90,177); }

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