Html Css Color HEX #98448D Violet Blue

📋 copy color: '#98448D'

red 152 ◦ green 68 ◦ blue 141

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

Shades of Violet Blue #98448D

Tints of Violet Blue #98448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.84%

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 42.11%
G = 18.84%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98448D (or 0x98448D) is known color: Violet Blue. HEX triplet: 98, 44 and 8D. RGB value is (152,68,141). Sum of RGB (Red+Green+Blue) = 152+68+141=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98448D is #67BB72. Grayscale: #656565. Windows color (decimal): -6798195 or 9258136. OLE color: 9258136.

HSL color Cylindrical-coordinate representation of color #98448D: hue angle of 307.86º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98448D is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 68 141 -
CMYK 0 0.55 0.07 0.40
HSL 307.86º 0.38% 0.43% -
HSV(B) 307.86º 0.55% 0.6% -
XYZ 19.82 12.73 26.61 -
YUV 101.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 152 68 141 0 0.55 0.07 0.40 307.86 0.38 0.43
Hex 98 44 8D 0 37 7 28 134 26 2B
Octal 230 104 215 0 67 7 50 464 46 53
Binary 10011000 1000100 10001101 0 110111 111 101000 100110100 100110 101011

Color Harmonies of #98448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98448D

Black with #98448D

Text Example


Text Example

White with #98448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98448D; }

 p { color: rgb(152,68,141); }

 H1.HeaderClassName
 {
   color: #98448D;
 }
 .AnyTagClassName
 {
   color: #98448D;
 }
</style>

background-color css

<style>
 a { background-color: #98448D; }

 a { background-color: rgb(152,68,141); }

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

border-color css

<style>
 span { border-color: #98448D; }

 span { border-color: rgb(152,68,141); }

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