Html Css Color HEX #98509D Violet Blue

📋 copy color: '#98509D'

red 152 ◦ green 80 ◦ blue 157

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

Shades of Violet Blue #98509D

Tints of Violet Blue #98509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.57%

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

R = 39.07%
G = 20.57%
B = 40.36%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98509D (or 0x98509D) is known color: Violet Blue. HEX triplet: 98, 50 and 9D. RGB value is (152,80,157). Sum of RGB (Red+Green+Blue) = 152+80+157=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #98509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98509D is #67AF62. Grayscale: #6E6E6E. Windows color (decimal): -6795107 or 10309784. OLE color: 10309784.

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

Color convert

RGB 152 80 157 -
CMYK 0.03 0.49 0 0.38
HSL 296.1º 0.32% 0.46% -
HSV(B) 296.1º 0.49% 0.62% -
XYZ 21.9 14.85 33.61 -
YUV 110.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 152 80 157 0.03 0.49 0 0.38 296.1 0.32 0.46
Hex 98 50 9D 3 31 0 26 128 20 2E
Octal 230 120 235 3 61 0 46 450 40 56
Binary 10011000 1010000 10011101 11 110001 0 100110 100101000 100000 101110

Color Harmonies of #98509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98509D

Black with #98509D

Text Example


Text Example

White with #98509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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