Html Css Color HEX #982774 Dark Purple

📋 copy color: '#982774'

red 152 ◦ green 39 ◦ blue 116

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

Shades of Dark Purple #982774

Tints of Dark Purple #982774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.7%

 BLUE value IS 116 (45.7% from 255) = 37.79%

R = 49.51%
G = 12.7%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#982774 (or 0x982774) is known color: Dark Purple. HEX triplet: 98, 27 and 74. RGB value is (152,39,116). Sum of RGB (Red+Green+Blue) = 152+39+116=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #982774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982774 is #67D88B. Grayscale: #515151. Windows color (decimal): -6805644 or 7612312. OLE color: 7612312.

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

Color convert

RGB 152 39 116 -
CMYK 0 0.74 0.24 0.40
HSL 319.12º 0.59% 0.37% -
HSV(B) 319.12º 0.74% 0.6% -
XYZ 16.83 9.39 17.45 -
YUV 81.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 152 39 116 0 0.74 0.24 0.40 319.12 0.59 0.37
Hex 98 27 74 0 4A 18 28 13F 3B 25
Octal 230 47 164 0 112 30 50 477 73 45
Binary 10011000 100111 1110100 0 1001010 11000 101000 100111111 111011 100101

Color Harmonies of #982774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982774

Black with #982774

Text Example


Text Example

White with #982774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982774; }

 p { color: rgb(152,39,116); }

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

background-color css

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

 a { background-color: rgb(152,39,116); }

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

border-color css

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

 span { border-color: rgb(152,39,116); }

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