Html Css Color HEX #982592 Dark Purple

📋 copy color: '#982592'

red 152 ◦ green 37 ◦ blue 146

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

Shades of Dark Purple #982592

Tints of Dark Purple #982592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 45.37%
G = 11.04%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#982592 (or 0x982592) is known color: Dark Purple. HEX triplet: 98, 25 and 92. RGB value is (152,37,146). Sum of RGB (Red+Green+Blue) = 152+37+146=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #982592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982592 is #67DA6D. Grayscale: #535353. Windows color (decimal): -6806126 or 9577880. OLE color: 9577880.

HSL color Cylindrical-coordinate representation of color #982592: hue angle of 303.13º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982592 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 37 146 -
CMYK 0 0.76 0.04 0.40
HSL 303.13º 0.61% 0.37% -
HSV(B) 303.13º 0.76% 0.6% -
XYZ 18.8 10.07 28.15 -
YUV 83.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 152 37 146 0 0.76 0.04 0.40 303.13 0.61 0.37
Hex 98 25 92 0 4C 4 28 12F 3D 25
Octal 230 45 222 0 114 4 50 457 75 45
Binary 10011000 100101 10010010 0 1001100 100 101000 100101111 111101 100101

Color Harmonies of #982592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982592

Black with #982592

Text Example


Text Example

White with #982592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982592; }

 p { color: rgb(152,37,146); }

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

background-color css

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

 a { background-color: rgb(152,37,146); }

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

border-color css

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

 span { border-color: rgb(152,37,146); }

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