Html Css Color HEX #982296 Dark Purple

📋 copy color: '#982296'

red 152 ◦ green 34 ◦ blue 150

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

Shades of Dark Purple #982296

Tints of Dark Purple #982296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.12%

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 45.24%
G = 10.12%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#982296 (or 0x982296) is known color: Dark Purple. HEX triplet: 98, 22 and 96. RGB value is (152,34,150). Sum of RGB (Red+Green+Blue) = 152+34+150=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #982296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982296 is #67DD69. Grayscale: #525252. Windows color (decimal): -6806890 or 9839256. OLE color: 9839256.

HSL color Cylindrical-coordinate representation of color #982296: hue angle of 301.02º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982296 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 34 150 -
CMYK 0 0.78 0.01 0.40
HSL 301.02º 0.63% 0.36% -
HSV(B) 301.02º 0.78% 0.6% -
XYZ 19.03 10.02 29.79 -
YUV 82.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 152 34 150 0 0.78 0.01 0.40 301.02 0.63 0.36
Hex 98 22 96 0 4E 1 28 12D 3F 24
Octal 230 42 226 0 116 1 50 455 77 44
Binary 10011000 100010 10010110 0 1001110 1 101000 100101101 111111 100100

Color Harmonies of #982296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982296

Black with #982296

Text Example


Text Example

White with #982296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982296; }

 p { color: rgb(152,34,150); }

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

background-color css

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

 a { background-color: rgb(152,34,150); }

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

border-color css

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

 span { border-color: rgb(152,34,150); }

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