Html Css Color HEX #98509B Violet Blue

📋 copy color: '#98509B'

red 152 ◦ green 80 ◦ blue 155

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

Shades of Violet Blue #98509B

Tints of Violet Blue #98509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 39.28%
G = 20.67%
B = 40.05%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98509B (or 0x98509B) is known color: Violet Blue. HEX triplet: 98, 50 and 9B. RGB value is (152,80,155). Sum of RGB (Red+Green+Blue) = 152+80+155=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #98509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98509B is #67AF64. Grayscale: #6D6D6D. Windows color (decimal): -6795109 or 10178712. OLE color: 10178712.

HSL color Cylindrical-coordinate representation of color #98509B: hue angle of 297.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98509B is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 80 155 -
CMYK 0.02 0.48 0 0.39
HSL 297.6º 0.32% 0.46% -
HSV(B) 297.6º 0.48% 0.61% -
XYZ 21.73 14.78 32.72 -
YUV 110.08 153.35 157.9 -
System Red Green Blue C M Y K H S L
Decimal 152 80 155 0.02 0.48 0 0.39 297.6 0.32 0.46
Hex 98 50 9B 2 30 0 27 12A 20 2E
Octal 230 120 233 2 60 0 47 452 40 56
Binary 10011000 1010000 10011011 10 110000 0 100111 100101010 100000 101110

Color Harmonies of #98509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98509B

Black with #98509B

Text Example


Text Example

White with #98509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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