Html Css Color HEX #98418F Vivid Violet

📋 copy color: '#98418F'

red 152 ◦ green 65 ◦ blue 143

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

Shades of Vivid Violet #98418F

Tints of Vivid Violet #98418F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

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

R = 42.22%
G = 18.06%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98418F (or 0x98418F) is known color: Vivid Violet. HEX triplet: 98, 41 and 8F. RGB value is (152,65,143). Sum of RGB (Red+Green+Blue) = 152+65+143=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98418F is #67BE70. Grayscale: #636363. Windows color (decimal): -6798961 or 9388440. OLE color: 9388440.

HSL color Cylindrical-coordinate representation of color #98418F: hue angle of 306.21º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98418F is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 65 143 -
CMYK 0 0.57 0.06 0.40
HSL 306.21º 0.4% 0.43% -
HSV(B) 306.21º 0.57% 0.6% -
XYZ 19.8 12.44 27.34 -
YUV 99.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 152 65 143 0 0.57 0.06 0.40 306.21 0.4 0.43
Hex 98 41 8F 0 39 6 28 132 28 2B
Octal 230 101 217 0 71 6 50 462 50 53
Binary 10011000 1000001 10001111 0 111001 110 101000 100110010 101000 101011

Color Harmonies of #98418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98418F

Black with #98418F

Text Example


Text Example

White with #98418F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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