Html Css Color HEX #935FBE Deep Lilac

📋 copy color: '#935FBE'

red 147 ◦ green 95 ◦ blue 190

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

Shades of Deep Lilac #935FBE

Tints of Deep Lilac #935FBE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

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

R = 34.03%
G = 21.99%
B = 43.98%

CMYK

 C value IS 0.23

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#935FBE (or 0x935FBE) is known color: Deep Lilac. HEX triplet: 93, 5F and BE. RGB value is (147,95,190). Sum of RGB (Red+Green+Blue) = 147+95+190=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #935FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FBE is #6CA041. Grayscale: #797979. Windows color (decimal): -7118914 or 12476307. OLE color: 12476307.

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

Color convert

RGB 147 95 190 -
CMYK 0.23 0.5 0 0.25
HSL 272.84º 0.42% 0.56% -
HSV(B) 272.84º 0.5% 0.75% -
XYZ 25.42 18.11 50.87 -
YUV 121.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 147 95 190 0.23 0.5 0 0.25 272.84 0.42 0.56
Hex 93 5F BE 17 32 0 19 111 2A 38
Octal 223 137 276 27 62 0 31 421 52 70
Binary 10010011 1011111 10111110 10111 110010 0 11001 100010001 101010 111000

Color Harmonies of #935FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935FBE

Black with #935FBE

Text Example


Text Example

White with #935FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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