Html Css Color HEX #8B3490 Vivid Violet

📋 copy color: '#8B3490'

red 139 ◦ green 52 ◦ blue 144

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

Shades of Vivid Violet #8B3490

Tints of Vivid Violet #8B3490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.99%

R = 41.49%
G = 15.52%
B = 42.99%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8B3490 (or 0x8B3490) is known color: Vivid Violet. HEX triplet: 8B, 34 and 90. RGB value is (139,52,144). Sum of RGB (Red+Green+Blue) = 139+52+144=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B3490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3490 is #74CB6F. Grayscale: #585858. Windows color (decimal): -7654256 or 9450635. OLE color: 9450635.

HSL color Cylindrical-coordinate representation of color #8B3490: hue angle of 296.74º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B3490 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 139 52 144 -
CMYK 0.03 0.64 0 0.44
HSL 296.74º 0.47% 0.38% -
HSV(B) 296.74º 0.64% 0.56% -
XYZ 16.91 9.96 27.42 -
YUV 88.5 159.32 164.02 -
System Red Green Blue C M Y K H S L
Decimal 139 52 144 0.03 0.64 0 0.44 296.74 0.47 0.38
Hex 8B 34 90 3 40 0 2C 129 2F 26
Octal 213 64 220 3 100 0 54 451 57 46
Binary 10001011 110100 10010000 11 1000000 0 101100 100101001 101111 100110

Color Harmonies of #8B3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3490

Black with #8B3490

Text Example


Text Example

White with #8B3490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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