Html Css Color HEX #8B398B Vivid Violet

📋 copy color: '#8B398B'

red 139 ◦ green 57 ◦ blue 139

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

Shades of Vivid Violet #8B398B

Tints of Vivid Violet #8B398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.01%

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 41.49%
G = 17.01%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B398B (or 0x8B398B) is known color: Vivid Violet. HEX triplet: 8B, 39 and 8B. RGB value is (139,57,139). Sum of RGB (Red+Green+Blue) = 139+57+139=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B398B is #74C674. Grayscale: #5A5A5A. Windows color (decimal): -7652981 or 9124235. OLE color: 9124235.

HSL color Cylindrical-coordinate representation of color #8B398B: hue angle of 300º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B398B is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 57 139 -
CMYK 0 0.59 0 0.45
HSL 300º 0.42% 0.38% -
HSV(B) 300º 0.59% 0.55% -
XYZ 16.77 10.28 25.53 -
YUV 90.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 139 57 139 0 0.59 0 0.45 300 0.42 0.38
Hex 8B 39 8B 0 3B 0 2D 12C 2A 26
Octal 213 71 213 0 73 0 55 454 52 46
Binary 10001011 111001 10001011 0 111011 0 101101 100101100 101010 100110

Color Harmonies of #8B398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B398B

Black with #8B398B

Text Example


Text Example

White with #8B398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,57,139); }

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

background-color css

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

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

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

border-color css

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

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

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