Html Css Color HEX #982B8C Dark Purple

📋 copy color: '#982B8C'

red 152 ◦ green 43 ◦ blue 140

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

Shades of Dark Purple #982B8C

Tints of Dark Purple #982B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 45.37%
G = 12.84%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#982B8C (or 0x982B8C) is known color: Dark Purple. HEX triplet: 98, 2B and 8C. RGB value is (152,43,140). Sum of RGB (Red+Green+Blue) = 152+43+140=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #982B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982B8C is #67D473. Grayscale: #565656. Windows color (decimal): -6804596 or 9186200. OLE color: 9186200.

HSL color Cylindrical-coordinate representation of color #982B8C: hue angle of 306.61º 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 #982B8C is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 43 140 -
CMYK 0 0.72 0.08 0.40
HSL 306.61º 0.56% 0.38% -
HSV(B) 306.61º 0.72% 0.6% -
XYZ 18.55 10.3 25.82 -
YUV 86.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 152 43 140 0 0.72 0.08 0.40 306.61 0.56 0.38
Hex 98 2B 8C 0 48 8 28 133 38 26
Octal 230 53 214 0 110 10 50 463 70 46
Binary 10011000 101011 10001100 0 1001000 1000 101000 100110011 111000 100110

Color Harmonies of #982B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982B8C

Black with #982B8C

Text Example


Text Example

White with #982B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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