Html Css Color HEX #98358D Vivid Violet

📋 copy color: '#98358D'

red 152 ◦ green 53 ◦ blue 141

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

Shades of Vivid Violet #98358D

Tints of Vivid Violet #98358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.32%

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 43.93%
G = 15.32%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98358D (or 0x98358D) is known color: Vivid Violet. HEX triplet: 98, 35 and 8D. RGB value is (152,53,141). Sum of RGB (Red+Green+Blue) = 152+53+141=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98358D is #67CA72. Grayscale: #5C5C5C. Windows color (decimal): -6802035 or 9254296. OLE color: 9254296.

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

Color convert

RGB 152 53 141 -
CMYK 0 0.65 0.07 0.40
HSL 306.67º 0.48% 0.4% -
HSV(B) 306.67º 0.65% 0.6% -
XYZ 19.03 11.14 26.35 -
YUV 92.63 155.3 170.34 -
System Red Green Blue C M Y K H S L
Decimal 152 53 141 0 0.65 0.07 0.40 306.67 0.48 0.4
Hex 98 35 8D 0 41 7 28 133 30 28
Octal 230 65 215 0 101 7 50 463 60 50
Binary 10011000 110101 10001101 0 1000001 111 101000 100110011 110000 101000

Color Harmonies of #98358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98358D

Black with #98358D

Text Example


Text Example

White with #98358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,53,141); }

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

background-color css

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

 a { background-color: rgb(152,53,141); }

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

border-color css

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

 span { border-color: rgb(152,53,141); }

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