Html Css Color HEX #98309D Vivid Violet

📋 copy color: '#98309D'

red 152 ◦ green 48 ◦ blue 157

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

Shades of Vivid Violet #98309D

Tints of Vivid Violet #98309D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.98%

R = 42.58%
G = 13.45%
B = 43.98%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98309D (or 0x98309D) is known color: Vivid Violet. HEX triplet: 98, 30 and 9D. RGB value is (152,48,157). Sum of RGB (Red+Green+Blue) = 152+48+157=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #98309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98309D is #67CF62. Grayscale: #5B5B5B. Windows color (decimal): -6803299 or 10301592. OLE color: 10301592.

HSL color Cylindrical-coordinate representation of color #98309D: hue angle of 297.25º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98309D is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 48 157 -
CMYK 0.03 0.69 0 0.38
HSL 297.25º 0.53% 0.4% -
HSV(B) 297.25º 0.69% 0.62% -
XYZ 20.09 11.22 33.01 -
YUV 91.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 152 48 157 0.03 0.69 0 0.38 297.25 0.53 0.4
Hex 98 30 9D 3 45 0 26 129 35 28
Octal 230 60 235 3 105 0 46 451 65 50
Binary 10011000 110000 10011101 11 1000101 0 100110 100101001 110101 101000

Color Harmonies of #98309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98309D

Black with #98309D

Text Example


Text Example

White with #98309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98309D; }

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

 H1.HeaderClassName
 {
   color: #98309D;
 }
 .AnyTagClassName
 {
   color: #98309D;
 }
</style>

background-color css

<style>
 a { background-color: #98309D; }

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

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

border-color css

<style>
 span { border-color: #98309D; }

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

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