Html Css Color HEX #98318F Vivid Violet

📋 copy color: '#98318F'

red 152 ◦ green 49 ◦ blue 143

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

Shades of Vivid Violet #98318F

Tints of Vivid Violet #98318F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.24%

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 44.19%
G = 14.24%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98318F (or 0x98318F) is known color: Vivid Violet. HEX triplet: 98, 31 and 8F. RGB value is (152,49,143). Sum of RGB (Red+Green+Blue) = 152+49+143=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98318F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98318F is #67CE70. Grayscale: #5A5A5A. Windows color (decimal): -6803057 or 9384344. OLE color: 9384344.

HSL color Cylindrical-coordinate representation of color #98318F: hue angle of 305.24º degrees, saturation: 0.51, 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 #98318F is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 143 -
CMYK 0 0.68 0.06 0.40
HSL 305.24º 0.51% 0.39% -
HSV(B) 305.24º 0.68% 0.6% -
XYZ 19.01 10.86 27.08 -
YUV 90.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 152 49 143 0 0.68 0.06 0.40 305.24 0.51 0.39
Hex 98 31 8F 0 44 6 28 131 33 27
Octal 230 61 217 0 104 6 50 461 63 47
Binary 10011000 110001 10001111 0 1000100 110 101000 100110001 110011 100111

Color Harmonies of #98318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98318F

Black with #98318F

Text Example


Text Example

White with #98318F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,49,143); }

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

background-color css

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

 a { background-color: rgb(152,49,143); }

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

border-color css

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

 span { border-color: rgb(152,49,143); }

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