Html Css Color HEX #983FAE Deep Lilac

📋 copy color: '#983FAE'

red 152 ◦ green 63 ◦ blue 174

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

Shades of Deep Lilac #983FAE

Tints of Deep Lilac #983FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 16.2%

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

R = 39.07%
G = 16.2%
B = 44.73%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#983FAE (or 0x983FAE) is known color: Deep Lilac. HEX triplet: 98, 3F and AE. RGB value is (152,63,174). Sum of RGB (Red+Green+Blue) = 152+63+174=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #983FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983FAE is #67C051. Grayscale: #656565. Windows color (decimal): -6799442 or 11419544. OLE color: 11419544.

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

Color convert

RGB 152 63 174 -
CMYK 0.13 0.64 0 0.32
HSL 288.11º 0.47% 0.46% -
HSV(B) 288.11º 0.64% 0.68% -
XYZ 22.37 13.29 41.43 -
YUV 102.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 152 63 174 0.13 0.64 0 0.32 288.11 0.47 0.46
Hex 98 3F AE D 40 0 20 120 2F 2E
Octal 230 77 256 15 100 0 40 440 57 56
Binary 10011000 111111 10101110 1101 1000000 0 100000 100100000 101111 101110

Color Harmonies of #983FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983FAE

Black with #983FAE

Text Example


Text Example

White with #983FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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