Html Css Color HEX #982685 Dark Purple

📋 copy color: '#982685'

red 152 ◦ green 38 ◦ blue 133

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

Shades of Dark Purple #982685

Tints of Dark Purple #982685

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.76%

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

R = 47.06%
G = 11.76%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#982685 (or 0x982685) is known color: Dark Purple. HEX triplet: 98, 26 and 85. RGB value is (152,38,133). Sum of RGB (Red+Green+Blue) = 152+38+133=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #982685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982685 is #67D97A. Grayscale: #525252. Windows color (decimal): -6805883 or 8726168. OLE color: 8726168.

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

Color convert

RGB 152 38 133 -
CMYK 0 0.75 0.13 0.40
HSL 310º 0.6% 0.37% -
HSV(B) 310º 0.75% 0.6% -
XYZ 17.88 9.76 23.13 -
YUV 82.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 152 38 133 0 0.75 0.13 0.40 310 0.6 0.37
Hex 98 26 85 0 4B D 28 136 3C 25
Octal 230 46 205 0 113 15 50 466 74 45
Binary 10011000 100110 10000101 0 1001011 1101 101000 100110110 111100 100101

Color Harmonies of #982685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982685

Black with #982685

Text Example


Text Example

White with #982685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982685; }

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

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

background-color css

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

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

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

border-color css

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

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

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