Html Css Color HEX #982273 Dark Purple

📋 copy color: '#982273'

red 152 ◦ green 34 ◦ blue 115

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

Shades of Dark Purple #982273

Tints of Dark Purple #982273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 50.5%
G = 11.3%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#982273 (or 0x982273) is known color: Dark Purple. HEX triplet: 98, 22 and 73. RGB value is (152,34,115). Sum of RGB (Red+Green+Blue) = 152+34+115=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #982273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982273 is #67DD8C. Grayscale: #4E4E4E. Windows color (decimal): -6806925 or 7545496. OLE color: 7545496.

HSL color Cylindrical-coordinate representation of color #982273: hue angle of 318.81º 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 #982273 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 34 115 -
CMYK 0 0.78 0.24 0.40
HSL 318.81º 0.63% 0.36% -
HSV(B) 318.81º 0.78% 0.6% -
XYZ 16.62 9.06 17.09 -
YUV 78.52 148.59 180.41 -
System Red Green Blue C M Y K H S L
Decimal 152 34 115 0 0.78 0.24 0.40 318.81 0.63 0.36
Hex 98 22 73 0 4E 18 28 13F 3F 24
Octal 230 42 163 0 116 30 50 477 77 44
Binary 10011000 100010 1110011 0 1001110 11000 101000 100111111 111111 100100

Color Harmonies of #982273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982273

Black with #982273

Text Example


Text Example

White with #982273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982273; }

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

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

background-color css

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

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

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

border-color css

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

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

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