Html Css Color HEX #98488A Violet Blue

📋 copy color: '#98488A'

red 152 ◦ green 72 ◦ blue 138

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

Shades of Violet Blue #98488A

Tints of Violet Blue #98488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 41.99%
G = 19.89%
B = 38.12%

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

#98488A (or 0x98488A) is known color: Violet Blue. HEX triplet: 98, 48 and 8A. RGB value is (152,72,138). Sum of RGB (Red+Green+Blue) = 152+72+138=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #98488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98488A is #67B775. Grayscale: #676767. Windows color (decimal): -6797174 or 9062552. OLE color: 9062552.

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

Color convert

RGB 152 72 138 -
CMYK 0 0.53 0.09 0.40
HSL 310.5º 0.36% 0.44% -
HSV(B) 310.5º 0.53% 0.6% -
XYZ 19.85 13.15 25.54 -
YUV 103.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 152 72 138 0 0.53 0.09 0.40 310.5 0.36 0.44
Hex 98 48 8A 0 35 9 28 136 24 2C
Octal 230 110 212 0 65 11 50 466 44 54
Binary 10011000 1001000 10001010 0 110101 1001 101000 100110110 100100 101100

Color Harmonies of #98488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98488A

Black with #98488A

Text Example


Text Example

White with #98488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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