Html Css Color HEX #98367A Dark Purple

📋 copy color: '#98367A'

red 152 ◦ green 54 ◦ blue 122

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

Shades of Dark Purple #98367A

Tints of Dark Purple #98367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.46%

 BLUE value IS 122 (48.05% from 255) = 37.2%

R = 46.34%
G = 16.46%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98367A (or 0x98367A) is known color: Dark Purple. HEX triplet: 98, 36 and 7A. RGB value is (152,54,122). Sum of RGB (Red+Green+Blue) = 152+54+122=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98367A is #67C985. Grayscale: #5A5A5A. Windows color (decimal): -6801798 or 8009368. OLE color: 8009368.

HSL color Cylindrical-coordinate representation of color #98367A: hue angle of 318.37º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98367A is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 54 122 -
CMYK 0 0.64 0.20 0.40
HSL 318.37º 0.48% 0.4% -
HSV(B) 318.37º 0.64% 0.6% -
XYZ 17.78 10.72 19.54 -
YUV 91.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 152 54 122 0 0.64 0.20 0.40 318.37 0.48 0.4
Hex 98 36 7A 0 40 14 28 13E 30 28
Octal 230 66 172 0 100 24 50 476 60 50
Binary 10011000 110110 1111010 0 1000000 10100 101000 100111110 110000 101000

Color Harmonies of #98367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98367A

Black with #98367A

Text Example


Text Example

White with #98367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98367A; }

 p { color: rgb(152,54,122); }

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

background-color css

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

 a { background-color: rgb(152,54,122); }

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

border-color css

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

 span { border-color: rgb(152,54,122); }

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