Html Css Color HEX #8B2FA0 Vivid Violet

📋 copy color: '#8B2FA0'

red 139 ◦ green 47 ◦ blue 160

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

Shades of Vivid Violet #8B2FA0

Tints of Vivid Violet #8B2FA0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.58%

 BLUE value IS 160 (62.89% from 255) = 46.24%

R = 40.17%
G = 13.58%
B = 46.24%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8B2FA0 (or 0x8B2FA0) is known color: Vivid Violet. HEX triplet: 8B, 2F and A0. RGB value is (139,47,160). Sum of RGB (Red+Green+Blue) = 139+47+160=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 160 - color contains mainly: blue. Hex color #8B2FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2FA0 is #74D05F. Grayscale: #575757. Windows color (decimal): -7655520 or 10497931. OLE color: 10497931.

HSL color Cylindrical-coordinate representation of color #8B2FA0: hue angle of 288.85º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2FA0 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 47 160 -
CMYK 0.13 0.71 0 0.37
HSL 288.85º 0.55% 0.41% -
HSV(B) 288.85º 0.71% 0.63% -
XYZ 18.01 10.06 34.25 -
YUV 87.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 139 47 160 0.13 0.71 0 0.37 288.85 0.55 0.41
Hex 8B 2F A0 D 47 0 25 121 37 29
Octal 213 57 240 15 107 0 45 441 67 51
Binary 10001011 101111 10100000 1101 1000111 0 100101 100100001 110111 101001

Color Harmonies of #8B2FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2FA0

Black with #8B2FA0

Text Example


Text Example

White with #8B2FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,47,160); }

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

background-color css

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

 a { background-color: rgb(139,47,160); }

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

border-color css

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

 span { border-color: rgb(139,47,160); }

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