Html Css Color HEX #98418B Vivid Violet

📋 copy color: '#98418B'

red 152 ◦ green 65 ◦ blue 139

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

Shades of Vivid Violet #98418B

Tints of Vivid Violet #98418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 42.7%
G = 18.26%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98418B (or 0x98418B) is known color: Vivid Violet. HEX triplet: 98, 41 and 8B. RGB value is (152,65,139). Sum of RGB (Red+Green+Blue) = 152+65+139=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98418B is #67BE74. Grayscale: #636363. Windows color (decimal): -6798965 or 9126296. OLE color: 9126296.

HSL color Cylindrical-coordinate representation of color #98418B: hue angle of 308.97º 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 #98418B is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 65 139 -
CMYK 0 0.57 0.09 0.40
HSL 308.97º 0.4% 0.43% -
HSV(B) 308.97º 0.57% 0.6% -
XYZ 19.5 12.32 25.78 -
YUV 99.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 152 65 139 0 0.57 0.09 0.40 308.97 0.4 0.43
Hex 98 41 8B 0 39 9 28 135 28 2B
Octal 230 101 213 0 71 11 50 465 50 53
Binary 10011000 1000001 10001011 0 111001 1001 101000 100110101 101000 101011

Color Harmonies of #98418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98418B

Black with #98418B

Text Example


Text Example

White with #98418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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