Html Css Color HEX #98277F Dark Purple

📋 copy color: '#98277F'

red 152 ◦ green 39 ◦ blue 127

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

Shades of Dark Purple #98277F

Tints of Dark Purple #98277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.94%

R = 47.8%
G = 12.26%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98277F (or 0x98277F) is known color: Dark Purple. HEX triplet: 98, 27 and 7F. RGB value is (152,39,127). Sum of RGB (Red+Green+Blue) = 152+39+127=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #98277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98277F is #67D880. Grayscale: #525252. Windows color (decimal): -6805633 or 8333208. OLE color: 8333208.

HSL color Cylindrical-coordinate representation of color #98277F: hue angle of 313.27º 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 #98277F is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 39 127 -
CMYK 0 0.74 0.16 0.40
HSL 313.27º 0.59% 0.37% -
HSV(B) 313.27º 0.74% 0.6% -
XYZ 17.51 9.66 21.02 -
YUV 82.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 152 39 127 0 0.74 0.16 0.40 313.27 0.59 0.37
Hex 98 27 7F 0 4A 10 28 139 3B 25
Octal 230 47 177 0 112 20 50 471 73 45
Binary 10011000 100111 1111111 0 1001010 10000 101000 100111001 111011 100101

Color Harmonies of #98277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98277F

Black with #98277F

Text Example


Text Example

White with #98277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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