Html Css Color HEX #98368F Vivid Violet

📋 copy color: '#98368F'

red 152 ◦ green 54 ◦ blue 143

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

Shades of Vivid Violet #98368F

Tints of Vivid Violet #98368F

RGB

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

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

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

R = 43.55%
G = 15.47%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98368F (or 0x98368F) is known color: Vivid Violet. HEX triplet: 98, 36 and 8F. RGB value is (152,54,143). Sum of RGB (Red+Green+Blue) = 152+54+143=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #98368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98368F is #67C970. Grayscale: #5D5D5D. Windows color (decimal): -6801777 or 9385624. OLE color: 9385624.

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

Color convert

RGB 152 54 143 -
CMYK 0 0.64 0.06 0.40
HSL 305.51º 0.48% 0.4% -
HSV(B) 305.51º 0.64% 0.6% -
XYZ 19.23 11.3 27.15 -
YUV 93.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 152 54 143 0 0.64 0.06 0.40 305.51 0.48 0.4
Hex 98 36 8F 0 40 6 28 132 30 28
Octal 230 66 217 0 100 6 50 462 60 50
Binary 10011000 110110 10001111 0 1000000 110 101000 100110010 110000 101000

Color Harmonies of #98368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98368F

Black with #98368F

Text Example


Text Example

White with #98368F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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