Html Css Color HEX #8B5098 Vivid Violet

📋 copy color: '#8B5098'

red 139 ◦ green 80 ◦ blue 152

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

Shades of Vivid Violet #8B5098

Tints of Vivid Violet #8B5098

RGB

 RED value IS 139 (54.69% from 255) = 37.47%

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

 BLUE value IS 152 (59.77% from 255) = 40.97%

R = 37.47%
G = 21.56%
B = 40.97%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8B5098 (or 0x8B5098) is known color: Vivid Violet. HEX triplet: 8B, 50 and 98. RGB value is (139,80,152). Sum of RGB (Red+Green+Blue) = 139+80+152=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B5098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5098 is #74AF67. Grayscale: #696969. Windows color (decimal): -7647080 or 9982091. OLE color: 9982091.

HSL color Cylindrical-coordinate representation of color #8B5098: hue angle of 289.17º 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 #8B5098 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 139 80 152 -
CMYK 0.09 0.47 0 0.40
HSL 289.17º 0.31% 0.45% -
HSV(B) 289.17º 0.47% 0.6% -
XYZ 19.18 13.49 31.3 -
YUV 105.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 139 80 152 0.09 0.47 0 0.40 289.17 0.31 0.45
Hex 8B 50 98 9 2F 0 28 121 1F 2D
Octal 213 120 230 11 57 0 50 441 37 55
Binary 10001011 1010000 10011000 1001 101111 0 101000 100100001 11111 101101

Color Harmonies of #8B5098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5098

Black with #8B5098

Text Example


Text Example

White with #8B5098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B5098; }

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

 H1.HeaderClassName
 {
   color: #8B5098;
 }
 .AnyTagClassName
 {
   color: #8B5098;
 }
</style>

background-color css

<style>
 a { background-color: #8B5098; }

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

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

border-color css

<style>
 span { border-color: #8B5098; }

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

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