Html Css Color HEX #98479D Violet Blue

📋 copy color: '#98479D'

red 152 ◦ green 71 ◦ blue 157

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

Shades of Violet Blue #98479D

Tints of Violet Blue #98479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.68%

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 40%
G = 18.68%
B = 41.32%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98479D (or 0x98479D) is known color: Violet Blue. HEX triplet: 98, 47 and 9D. RGB value is (152,71,157). Sum of RGB (Red+Green+Blue) = 152+71+157=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #98479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98479D is #67B862. Grayscale: #686868. Windows color (decimal): -6797411 or 10307480. OLE color: 10307480.

HSL color Cylindrical-coordinate representation of color #98479D: hue angle of 296.51º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98479D is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 71 157 -
CMYK 0.03 0.55 0 0.38
HSL 296.51º 0.38% 0.45% -
HSV(B) 296.51º 0.55% 0.62% -
XYZ 21.29 13.62 33.4 -
YUV 105.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 152 71 157 0.03 0.55 0 0.38 296.51 0.38 0.45
Hex 98 47 9D 3 37 0 26 129 26 2D
Octal 230 107 235 3 67 0 46 451 46 55
Binary 10011000 1000111 10011101 11 110111 0 100110 100101001 100110 101101

Color Harmonies of #98479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98479D

Black with #98479D

Text Example


Text Example

White with #98479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,71,157); }

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

background-color css

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

 a { background-color: rgb(152,71,157); }

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

border-color css

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

 span { border-color: rgb(152,71,157); }

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