Html Css Color HEX #98469D Violet Blue

📋 copy color: '#98469D'

red 152 ◦ green 70 ◦ blue 157

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

Shades of Violet Blue #98469D

Tints of Violet Blue #98469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.47%

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

R = 40.11%
G = 18.47%
B = 41.42%

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

#98469D (or 0x98469D) is known color: Violet Blue. HEX triplet: 98, 46 and 9D. RGB value is (152,70,157). Sum of RGB (Red+Green+Blue) = 152+70+157=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #98469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98469D is #67B962. Grayscale: #686868. Windows color (decimal): -6797667 or 10307224. OLE color: 10307224.

HSL color Cylindrical-coordinate representation of color #98469D: hue angle of 296.55º 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 #98469D is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 70 157 -
CMYK 0.03 0.55 0 0.38
HSL 296.55º 0.38% 0.45% -
HSV(B) 296.55º 0.55% 0.62% -
XYZ 21.22 13.49 33.38 -
YUV 104.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 152 70 157 0.03 0.55 0 0.38 296.55 0.38 0.45
Hex 98 46 9D 3 37 0 26 129 26 2D
Octal 230 106 235 3 67 0 46 451 46 55
Binary 10011000 1000110 10011101 11 110111 0 100110 100101001 100110 101101

Color Harmonies of #98469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98469D

Black with #98469D

Text Example


Text Example

White with #98469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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