Html Css Color HEX #983BAC Deep Lilac

📋 copy color: '#983BAC'

red 152 ◦ green 59 ◦ blue 172

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

Shades of Deep Lilac #983BAC

Tints of Deep Lilac #983BAC

RGB

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

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

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

R = 39.69%
G = 15.4%
B = 44.91%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#983BAC (or 0x983BAC) is known color: Deep Lilac. HEX triplet: 98, 3B and AC. RGB value is (152,59,172). Sum of RGB (Red+Green+Blue) = 152+59+172=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #983BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983BAC is #67C453. Grayscale: #636363. Windows color (decimal): -6800468 or 11287448. OLE color: 11287448.

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

Color convert

RGB 152 59 172 -
CMYK 0.12 0.66 0 0.33
HSL 289.38º 0.49% 0.45% -
HSV(B) 289.38º 0.66% 0.67% -
XYZ 21.96 12.78 40.34 -
YUV 99.69 168.81 165.31 -
System Red Green Blue C M Y K H S L
Decimal 152 59 172 0.12 0.66 0 0.33 289.38 0.49 0.45
Hex 98 3B AC C 42 0 21 121 31 2D
Octal 230 73 254 14 102 0 41 441 61 55
Binary 10011000 111011 10101100 1100 1000010 0 100001 100100001 110001 101101

Color Harmonies of #983BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983BAC

Black with #983BAC

Text Example


Text Example

White with #983BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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