Html Css Color HEX #982285 Dark Purple

📋 copy color: '#982285'

red 152 ◦ green 34 ◦ blue 133

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

Shades of Dark Purple #982285

Tints of Dark Purple #982285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.69%

R = 47.65%
G = 10.66%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#982285 (or 0x982285) is known color: Dark Purple. HEX triplet: 98, 22 and 85. RGB value is (152,34,133). Sum of RGB (Red+Green+Blue) = 152+34+133=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #982285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982285 is #67DD7A. Grayscale: #505050. Windows color (decimal): -6806907 or 8725144. OLE color: 8725144.

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

Color convert

RGB 152 34 133 -
CMYK 0 0.78 0.13 0.40
HSL 309.66º 0.63% 0.36% -
HSV(B) 309.66º 0.78% 0.6% -
XYZ 17.75 9.51 23.09 -
YUV 80.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 152 34 133 0 0.78 0.13 0.40 309.66 0.63 0.36
Hex 98 22 85 0 4E D 28 136 3F 24
Octal 230 42 205 0 116 15 50 466 77 44
Binary 10011000 100010 10000101 0 1001110 1101 101000 100110110 111111 100100

Color Harmonies of #982285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982285

Black with #982285

Text Example


Text Example

White with #982285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982285; }

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

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

background-color css

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

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

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

border-color css

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

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

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