Html Css Color HEX #98429D Violet Blue

📋 copy color: '#98429D'

red 152 ◦ green 66 ◦ blue 157

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

Shades of Violet Blue #98429D

Tints of Violet Blue #98429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.6%

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

R = 40.53%
G = 17.6%
B = 41.87%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98429D (or 0x98429D) is known color: Violet Blue. HEX triplet: 98, 42 and 9D. RGB value is (152,66,157). Sum of RGB (Red+Green+Blue) = 152+66+157=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #98429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98429D is #67BD62. Grayscale: #656565. Windows color (decimal): -6798691 or 10306200. OLE color: 10306200.

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

Color convert

RGB 152 66 157 -
CMYK 0.03 0.58 0 0.38
HSL 296.7º 0.41% 0.44% -
HSV(B) 296.7º 0.58% 0.62% -
XYZ 20.98 13.01 33.3 -
YUV 102.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 152 66 157 0.03 0.58 0 0.38 296.7 0.41 0.44
Hex 98 42 9D 3 3A 0 26 129 29 2C
Octal 230 102 235 3 72 0 46 451 51 54
Binary 10011000 1000010 10011101 11 111010 0 100110 100101001 101001 101100

Color Harmonies of #98429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98429D

Black with #98429D

Text Example


Text Example

White with #98429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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