Html Css Color HEX #98488B Violet Blue

📋 copy color: '#98488B'

red 152 ◦ green 72 ◦ blue 139

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

Shades of Violet Blue #98488B

Tints of Violet Blue #98488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

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

R = 41.87%
G = 19.83%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98488B (or 0x98488B) is known color: Violet Blue. HEX triplet: 98, 48 and 8B. RGB value is (152,72,139). Sum of RGB (Red+Green+Blue) = 152+72+139=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98488B is #67B774. Grayscale: #676767. Windows color (decimal): -6797173 or 9128088. OLE color: 9128088.

HSL color Cylindrical-coordinate representation of color #98488B: hue angle of 309.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98488B is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 72 139 -
CMYK 0 0.53 0.09 0.40
HSL 309.75º 0.36% 0.44% -
HSV(B) 309.75º 0.53% 0.6% -
XYZ 19.93 13.17 25.92 -
YUV 103.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 152 72 139 0 0.53 0.09 0.40 309.75 0.36 0.44
Hex 98 48 8B 0 35 9 28 136 24 2C
Octal 230 110 213 0 65 11 50 466 44 54
Binary 10011000 1001000 10001011 0 110101 1001 101000 100110110 100100 101100

Color Harmonies of #98488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98488B

Black with #98488B

Text Example


Text Example

White with #98488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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