Html Css Color HEX #98368D Vivid Violet

📋 copy color: '#98368D'

red 152 ◦ green 54 ◦ blue 141

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

Shades of Vivid Violet #98368D

Tints of Vivid Violet #98368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

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

R = 43.8%
G = 15.56%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98368D (or 0x98368D) is known color: Vivid Violet. HEX triplet: 98, 36 and 8D. RGB value is (152,54,141). Sum of RGB (Red+Green+Blue) = 152+54+141=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98368D is #67C972. Grayscale: #5C5C5C. Windows color (decimal): -6801779 or 9254552. OLE color: 9254552.

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

Color convert

RGB 152 54 141 -
CMYK 0 0.64 0.07 0.40
HSL 306.73º 0.48% 0.4% -
HSV(B) 306.73º 0.64% 0.6% -
XYZ 19.08 11.24 26.36 -
YUV 93.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 152 54 141 0 0.64 0.07 0.40 306.73 0.48 0.4
Hex 98 36 8D 0 40 7 28 133 30 28
Octal 230 66 215 0 100 7 50 463 60 50
Binary 10011000 110110 10001101 0 1000000 111 101000 100110011 110000 101000

Color Harmonies of #98368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98368D

Black with #98368D

Text Example


Text Example

White with #98368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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