Html Css Color HEX #8B2492 Vivid Violet

📋 copy color: '#8B2492'

red 139 ◦ green 36 ◦ blue 146

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

Shades of Vivid Violet #8B2492

Tints of Vivid Violet #8B2492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 146 (57.42% from 255) = 45.48%

R = 43.3%
G = 11.21%
B = 45.48%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8B2492 (or 0x8B2492) is known color: Vivid Violet. HEX triplet: 8B, 24 and 92. RGB value is (139,36,146). Sum of RGB (Red+Green+Blue) = 139+36+146=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B2492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2492 is #74DB6D. Grayscale: #4F4F4F. Windows color (decimal): -7658350 or 9577611. OLE color: 9577611.

HSL color Cylindrical-coordinate representation of color #8B2492: hue angle of 296.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B2492 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 139 36 146 -
CMYK 0.05 0.75 0 0.43
HSL 296.18º 0.6% 0.36% -
HSV(B) 296.18º 0.75% 0.57% -
XYZ 16.47 8.83 28.03 -
YUV 79.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 139 36 146 0.05 0.75 0 0.43 296.18 0.6 0.36
Hex 8B 24 92 5 4B 0 2B 128 3C 24
Octal 213 44 222 5 113 0 53 450 74 44
Binary 10001011 100100 10010010 101 1001011 0 101011 100101000 111100 100100

Color Harmonies of #8B2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2492

Black with #8B2492

Text Example


Text Example

White with #8B2492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,36,146); }

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

background-color css

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

 a { background-color: rgb(139,36,146); }

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

border-color css

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

 span { border-color: rgb(139,36,146); }

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