Html Css Color HEX #982B7A Dark Purple

📋 copy color: '#982B7A'

red 152 ◦ green 43 ◦ blue 122

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

Shades of Dark Purple #982B7A

Tints of Dark Purple #982B7A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.56%

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 47.95%
G = 13.56%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#982B7A (or 0x982B7A) is known color: Dark Purple. HEX triplet: 98, 2B and 7A. RGB value is (152,43,122). Sum of RGB (Red+Green+Blue) = 152+43+122=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #982B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982B7A is #67D485. Grayscale: #545454. Windows color (decimal): -6804614 or 8006552. OLE color: 8006552.

HSL color Cylindrical-coordinate representation of color #982B7A: hue angle of 316.51º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982B7A is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 43 122 -
CMYK 0 0.72 0.20 0.40
HSL 316.51º 0.56% 0.38% -
HSV(B) 316.51º 0.72% 0.6% -
XYZ 17.33 9.81 19.39 -
YUV 84.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 152 43 122 0 0.72 0.20 0.40 316.51 0.56 0.38
Hex 98 2B 7A 0 48 14 28 13D 38 26
Octal 230 53 172 0 110 24 50 475 70 46
Binary 10011000 101011 1111010 0 1001000 10100 101000 100111101 111000 100110

Color Harmonies of #982B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982B7A

Black with #982B7A

Text Example


Text Example

White with #982B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982B7A; }

 p { color: rgb(152,43,122); }

 H1.HeaderClassName
 {
   color: #982B7A;
 }
 .AnyTagClassName
 {
   color: #982B7A;
 }
</style>

background-color css

<style>
 a { background-color: #982B7A; }

 a { background-color: rgb(152,43,122); }

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

border-color css

<style>
 span { border-color: #982B7A; }

 span { border-color: rgb(152,43,122); }

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