Html Css Color HEX #98306F Dark Purple

📋 copy color: '#98306F'

red 152 ◦ green 48 ◦ blue 111

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

Shades of Dark Purple #98306F

Tints of Dark Purple #98306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

 BLUE value IS 111 (43.75% from 255) = 35.69%

R = 48.87%
G = 15.43%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98306F (or 0x98306F) is known color: Dark Purple. HEX triplet: 98, 30 and 6F. RGB value is (152,48,111). Sum of RGB (Red+Green+Blue) = 152+48+111=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98306F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98306F is #67CF90. Grayscale: #565656. Windows color (decimal): -6803345 or 7286936. OLE color: 7286936.

HSL color Cylindrical-coordinate representation of color #98306F: hue angle of 323.65º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98306F is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 48 111 -
CMYK 0 0.68 0.27 0.40
HSL 323.65º 0.52% 0.39% -
HSV(B) 323.65º 0.68% 0.6% -
XYZ 16.88 9.94 16.07 -
YUV 86.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 152 48 111 0 0.68 0.27 0.40 323.65 0.52 0.39
Hex 98 30 6F 0 44 1B 28 144 34 27
Octal 230 60 157 0 104 33 50 504 64 47
Binary 10011000 110000 1101111 0 1000100 11011 101000 101000100 110100 100111

Color Harmonies of #98306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98306F

Black with #98306F

Text Example


Text Example

White with #98306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,48,111); }

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

background-color css

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

 a { background-color: rgb(152,48,111); }

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

border-color css

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

 span { border-color: rgb(152,48,111); }

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