Html Css Color HEX #983BAE Deep Lilac

📋 copy color: '#983BAE'

red 152 ◦ green 59 ◦ blue 174

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

Shades of Deep Lilac #983BAE

Tints of Deep Lilac #983BAE

RGB

 RED value IS 152 (59.77% from 255) = 39.48%

 GREEN value IS 59 (23.44% from 255) = 15.32%

 BLUE value IS 174 (68.36% from 255) = 45.19%

R = 39.48%
G = 15.32%
B = 45.19%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#983BAE (or 0x983BAE) is known color: Deep Lilac. HEX triplet: 98, 3B and AE. RGB value is (152,59,174). Sum of RGB (Red+Green+Blue) = 152+59+174=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #983BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983BAE is #67C451. Grayscale: #636363. Windows color (decimal): -6800466 or 11418520. OLE color: 11418520.

HSL color Cylindrical-coordinate representation of color #983BAE: hue angle of 288.52º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983BAE is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 59 174 -
CMYK 0.13 0.66 0 0.32
HSL 288.52º 0.49% 0.46% -
HSV(B) 288.52º 0.66% 0.68% -
XYZ 22.15 12.86 41.36 -
YUV 99.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 152 59 174 0.13 0.66 0 0.32 288.52 0.49 0.46
Hex 98 3B AE D 42 0 20 121 31 2E
Octal 230 73 256 15 102 0 40 441 61 56
Binary 10011000 111011 10101110 1101 1000010 0 100000 100100001 110001 101110

Color Harmonies of #983BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983BAE

Black with #983BAE

Text Example


Text Example

White with #983BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983BAE; }

 p { color: rgb(152,59,174); }

 H1.HeaderClassName
 {
   color: #983BAE;
 }
 .AnyTagClassName
 {
   color: #983BAE;
 }
</style>

background-color css

<style>
 a { background-color: #983BAE; }

 a { background-color: rgb(152,59,174); }

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

border-color css

<style>
 span { border-color: #983BAE; }

 span { border-color: rgb(152,59,174); }

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