Html Css Color HEX #8B2990 Vivid Violet

📋 copy color: '#8B2990'

red 139 ◦ green 41 ◦ blue 144

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

Shades of Vivid Violet #8B2990

Tints of Vivid Violet #8B2990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.65%

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

R = 42.9%
G = 12.65%
B = 44.44%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8B2990 (or 0x8B2990) is known color: Vivid Violet. HEX triplet: 8B, 29 and 90. RGB value is (139,41,144). Sum of RGB (Red+Green+Blue) = 139+41+144=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B2990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2990 is #74D66F. Grayscale: #515151. Windows color (decimal): -7657072 or 9447819. OLE color: 9447819.

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

Color convert

RGB 139 41 144 -
CMYK 0.03 0.72 0 0.44
HSL 297.09º 0.56% 0.36% -
HSV(B) 297.09º 0.72% 0.56% -
XYZ 16.47 9.09 27.27 -
YUV 82.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 139 41 144 0.03 0.72 0 0.44 297.09 0.56 0.36
Hex 8B 29 90 3 48 0 2C 129 38 24
Octal 213 51 220 3 110 0 54 451 70 44
Binary 10001011 101001 10010000 11 1001000 0 101100 100101001 111000 100100

Color Harmonies of #8B2990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2990

Black with #8B2990

Text Example


Text Example

White with #8B2990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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