Html Css Color HEX #98319C Vivid Violet

📋 copy color: '#98319C'

red 152 ◦ green 49 ◦ blue 156

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

Shades of Vivid Violet #98319C

Tints of Vivid Violet #98319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 42.58%
G = 13.73%
B = 43.7%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98319C (or 0x98319C) is known color: Vivid Violet. HEX triplet: 98, 31 and 9C. RGB value is (152,49,156). Sum of RGB (Red+Green+Blue) = 152+49+156=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #98319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98319C is #67CE63. Grayscale: #5B5B5B. Windows color (decimal): -6803044 or 10236312. OLE color: 10236312.

HSL color Cylindrical-coordinate representation of color #98319C: hue angle of 297.76º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98319C is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 49 156 -
CMYK 0.03 0.69 0 0.39
HSL 297.76º 0.52% 0.4% -
HSV(B) 297.76º 0.69% 0.61% -
XYZ 20.05 11.27 32.57 -
YUV 92 164.12 170.8 -
System Red Green Blue C M Y K H S L
Decimal 152 49 156 0.03 0.69 0 0.39 297.76 0.52 0.4
Hex 98 31 9C 3 45 0 27 12A 34 28
Octal 230 61 234 3 105 0 47 452 64 50
Binary 10011000 110001 10011100 11 1000101 0 100111 100101010 110100 101000

Color Harmonies of #98319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98319C

Black with #98319C

Text Example


Text Example

White with #98319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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