Html Css Color HEX #983EAC Deep Lilac

📋 copy color: '#983EAC'

red 152 ◦ green 62 ◦ blue 172

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

Shades of Deep Lilac #983EAC

Tints of Deep Lilac #983EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.06%

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 39.38%
G = 16.06%
B = 44.56%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#983EAC (or 0x983EAC) is known color: Deep Lilac. HEX triplet: 98, 3E and AC. RGB value is (152,62,172). Sum of RGB (Red+Green+Blue) = 152+62+172=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #983EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983EAC is #67C153. Grayscale: #656565. Windows color (decimal): -6799700 or 11288216. OLE color: 11288216.

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

Color convert

RGB 152 62 172 -
CMYK 0.12 0.64 0 0.33
HSL 289.09º 0.47% 0.46% -
HSV(B) 289.09º 0.64% 0.67% -
XYZ 22.12 13.1 40.39 -
YUV 101.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 152 62 172 0.12 0.64 0 0.33 289.09 0.47 0.46
Hex 98 3E AC C 40 0 21 121 2F 2E
Octal 230 76 254 14 100 0 41 441 57 56
Binary 10011000 111110 10101100 1100 1000000 0 100001 100100001 101111 101110

Color Harmonies of #983EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983EAC

Black with #983EAC

Text Example


Text Example

White with #983EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,62,172); }

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

background-color css

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

 a { background-color: rgb(152,62,172); }

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

border-color css

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

 span { border-color: rgb(152,62,172); }

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