Html Css Color HEX #8B3AA4 Vivid Violet

📋 copy color: '#8B3AA4'

red 139 ◦ green 58 ◦ blue 164

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

Shades of Vivid Violet #8B3AA4

Tints of Vivid Violet #8B3AA4

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.07%

 BLUE value IS 164 (64.45% from 255) = 45.43%

R = 38.5%
G = 16.07%
B = 45.43%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8B3AA4 (or 0x8B3AA4) is known color: Vivid Violet. HEX triplet: 8B, 3A and A4. RGB value is (139,58,164). Sum of RGB (Red+Green+Blue) = 139+58+164=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 164 - color contains mainly: blue. Hex color #8B3AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3AA4 is #74C55B. Grayscale: #5D5D5D. Windows color (decimal): -7652700 or 10762891. OLE color: 10762891.

HSL color Cylindrical-coordinate representation of color #8B3AA4: hue angle of 285.85º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B3AA4 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 58 164 -
CMYK 0.15 0.65 0 0.36
HSL 285.85º 0.48% 0.44% -
HSV(B) 285.85º 0.65% 0.64% -
XYZ 18.86 11.2 36.29 -
YUV 94.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 139 58 164 0.15 0.65 0 0.36 285.85 0.48 0.44
Hex 8B 3A A4 F 41 0 24 11E 30 2C
Octal 213 72 244 17 101 0 44 436 60 54
Binary 10001011 111010 10100100 1111 1000001 0 100100 100011110 110000 101100

Color Harmonies of #8B3AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3AA4

Black with #8B3AA4

Text Example


Text Example

White with #8B3AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,58,164); }

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

background-color css

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

 a { background-color: rgb(139,58,164); }

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

border-color css

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

 span { border-color: rgb(139,58,164); }

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