Html Css Color HEX #983A8A Dark Purple

📋 copy color: '#983A8A'

red 152 ◦ green 58 ◦ blue 138

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

Shades of Dark Purple #983A8A

Tints of Dark Purple #983A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.66%

R = 43.68%
G = 16.67%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#983A8A (or 0x983A8A) is known color: Dark Purple. HEX triplet: 98, 3A and 8A. RGB value is (152,58,138). Sum of RGB (Red+Green+Blue) = 152+58+138=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #983A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983A8A is #67C575. Grayscale: #5F5F5F. Windows color (decimal): -6800758 or 9058968. OLE color: 9058968.

HSL color Cylindrical-coordinate representation of color #983A8A: hue angle of 308.94º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983A8A is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 58 138 -
CMYK 0 0.62 0.09 0.40
HSL 308.94º 0.45% 0.41% -
HSV(B) 308.94º 0.62% 0.6% -
XYZ 19.05 11.54 25.27 -
YUV 95.23 152.14 168.5 -
System Red Green Blue C M Y K H S L
Decimal 152 58 138 0 0.62 0.09 0.40 308.94 0.45 0.41
Hex 98 3A 8A 0 3E 9 28 135 2D 29
Octal 230 72 212 0 76 11 50 465 55 51
Binary 10011000 111010 10001010 0 111110 1001 101000 100110101 101101 101001

Color Harmonies of #983A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A8A

Black with #983A8A

Text Example


Text Example

White with #983A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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