Html Css Color HEX #935ABE Deep Lilac

📋 copy color: '#935ABE'

red 147 ◦ green 90 ◦ blue 190

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

Shades of Deep Lilac #935ABE

Tints of Deep Lilac #935ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 34.43%
G = 21.08%
B = 44.5%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#935ABE (or 0x935ABE) is known color: Deep Lilac. HEX triplet: 93, 5A and BE. RGB value is (147,90,190). Sum of RGB (Red+Green+Blue) = 147+90+190=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #935ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935ABE is #6CA541. Grayscale: #767676. Windows color (decimal): -7120194 or 12475027. OLE color: 12475027.

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

Color convert

RGB 147 90 190 -
CMYK 0.23 0.53 0 0.25
HSL 274.2º 0.43% 0.55% -
HSV(B) 274.2º 0.53% 0.75% -
XYZ 24.98 17.23 50.72 -
YUV 118.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 147 90 190 0.23 0.53 0 0.25 274.2 0.43 0.55
Hex 93 5A BE 17 35 0 19 112 2B 37
Octal 223 132 276 27 65 0 31 422 53 67
Binary 10010011 1011010 10111110 10111 110101 0 11001 100010010 101011 110111

Color Harmonies of #935ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935ABE

Black with #935ABE

Text Example


Text Example

White with #935ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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