Html Css Color HEX #98508C Violet Blue

📋 copy color: '#98508C'

red 152 ◦ green 80 ◦ blue 140

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

Shades of Violet Blue #98508C

Tints of Violet Blue #98508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 40.86%
G = 21.51%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98508C (or 0x98508C) is known color: Violet Blue. HEX triplet: 98, 50 and 8C. RGB value is (152,80,140). Sum of RGB (Red+Green+Blue) = 152+80+140=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #98508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98508C is #67AF73. Grayscale: #6C6C6C. Windows color (decimal): -6795124 or 9195672. OLE color: 9195672.

HSL color Cylindrical-coordinate representation of color #98508C: hue angle of 310º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98508C is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 140 -
CMYK 0 0.47 0.08 0.40
HSL 310º 0.31% 0.45% -
HSV(B) 310º 0.47% 0.6% -
XYZ 20.55 14.31 26.49 -
YUV 108.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 152 80 140 0 0.47 0.08 0.40 310 0.31 0.45
Hex 98 50 8C 0 2F 8 28 136 1F 2D
Octal 230 120 214 0 57 10 50 466 37 55
Binary 10011000 1010000 10001100 0 101111 1000 101000 100110110 11111 101101

Color Harmonies of #98508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98508C

Black with #98508C

Text Example


Text Example

White with #98508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98508C; }

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

 H1.HeaderClassName
 {
   color: #98508C;
 }
 .AnyTagClassName
 {
   color: #98508C;
 }
</style>

background-color css

<style>
 a { background-color: #98508C; }

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

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

border-color css

<style>
 span { border-color: #98508C; }

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

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