Html Css Color HEX #8B3A85 Vivid Violet

📋 copy color: '#8B3A85'

red 139 ◦ green 58 ◦ blue 133

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

Shades of Vivid Violet #8B3A85

Tints of Vivid Violet #8B3A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 42.12%
G = 17.58%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8B3A85 (or 0x8B3A85) is known color: Vivid Violet. HEX triplet: 8B, 3A and 85. RGB value is (139,58,133). Sum of RGB (Red+Green+Blue) = 139+58+133=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3A85 is #74C57A. Grayscale: #5A5A5A. Windows color (decimal): -7652731 or 8731275. OLE color: 8731275.

HSL color Cylindrical-coordinate representation of color #8B3A85: hue angle of 304.44º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B3A85 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 58 133 -
CMYK 0 0.58 0.04 0.45
HSL 304.44º 0.41% 0.39% -
HSV(B) 304.44º 0.58% 0.55% -
XYZ 16.39 10.21 23.3 -
YUV 90.77 151.84 162.4 -
System Red Green Blue C M Y K H S L
Decimal 139 58 133 0 0.58 0.04 0.45 304.44 0.41 0.39
Hex 8B 3A 85 0 3A 4 2D 130 29 27
Octal 213 72 205 0 72 4 55 460 51 47
Binary 10001011 111010 10000101 0 111010 100 101101 100110000 101001 100111

Color Harmonies of #8B3A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3A85

Black with #8B3A85

Text Example


Text Example

White with #8B3A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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