Html Css Color HEX #8B3498 Vivid Violet

📋 copy color: '#8B3498'

red 139 ◦ green 52 ◦ blue 152

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

Shades of Vivid Violet #8B3498

Tints of Vivid Violet #8B3498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.16%

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

R = 40.52%
G = 15.16%
B = 44.31%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8B3498 (or 0x8B3498) is known color: Vivid Violet. HEX triplet: 8B, 34 and 98. RGB value is (139,52,152). Sum of RGB (Red+Green+Blue) = 139+52+152=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B3498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3498 is #74CB67. Grayscale: #595959. Windows color (decimal): -7654248 or 9974923. OLE color: 9974923.

HSL color Cylindrical-coordinate representation of color #8B3498: hue angle of 292.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B3498 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 139 52 152 -
CMYK 0.09 0.66 0 0.40
HSL 292.2º 0.49% 0.4% -
HSV(B) 292.2º 0.66% 0.6% -
XYZ 17.54 10.21 30.75 -
YUV 89.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 139 52 152 0.09 0.66 0 0.40 292.2 0.49 0.4
Hex 8B 34 98 9 42 0 28 124 31 28
Octal 213 64 230 11 102 0 50 444 61 50
Binary 10001011 110100 10011000 1001 1000010 0 101000 100100100 110001 101000

Color Harmonies of #8B3498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3498

Black with #8B3498

Text Example


Text Example

White with #8B3498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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