Html Css Color HEX #983AAA Deep Lilac

📋 copy color: '#983AAA'

red 152 ◦ green 58 ◦ blue 170

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

Shades of Deep Lilac #983AAA

Tints of Deep Lilac #983AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.26%

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 40%
G = 15.26%
B = 44.74%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#983AAA (or 0x983AAA) is known color: Deep Lilac. HEX triplet: 98, 3A and AA. RGB value is (152,58,170). Sum of RGB (Red+Green+Blue) = 152+58+170=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #983AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983AAA is #67C555. Grayscale: #626262. Windows color (decimal): -6800726 or 11156120. OLE color: 11156120.

HSL color Cylindrical-coordinate representation of color #983AAA: hue angle of 290.36º 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 #983AAA is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 58 170 -
CMYK 0.11 0.66 0 0.33
HSL 290.36º 0.49% 0.45% -
HSV(B) 290.36º 0.66% 0.67% -
XYZ 21.72 12.6 39.32 -
YUV 98.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 152 58 170 0.11 0.66 0 0.33 290.36 0.49 0.45
Hex 98 3A AA B 42 0 21 122 31 2D
Octal 230 72 252 13 102 0 41 442 61 55
Binary 10011000 111010 10101010 1011 1000010 0 100001 100100010 110001 101101

Color Harmonies of #983AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983AAA

Black with #983AAA

Text Example


Text Example

White with #983AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,58,170); }

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

background-color css

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

 a { background-color: rgb(152,58,170); }

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

border-color css

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

 span { border-color: rgb(152,58,170); }

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