Html Css Color HEX #8B389E Vivid Violet

📋 copy color: '#8B389E'

red 139 ◦ green 56 ◦ blue 158

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

Shades of Vivid Violet #8B389E

Tints of Vivid Violet #8B389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.86%

 BLUE value IS 158 (62.11% from 255) = 44.76%

R = 39.38%
G = 15.86%
B = 44.76%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8B389E (or 0x8B389E) is known color: Vivid Violet. HEX triplet: 8B, 38 and 9E. RGB value is (139,56,158). Sum of RGB (Red+Green+Blue) = 139+56+158=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B389E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B389E is #74C761. Grayscale: #5C5C5C. Windows color (decimal): -7653218 or 10369163. OLE color: 10369163.

HSL color Cylindrical-coordinate representation of color #8B389E: hue angle of 288.82º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B389E is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 56 158 -
CMYK 0.12 0.65 0 0.38
HSL 288.82º 0.48% 0.42% -
HSV(B) 288.82º 0.65% 0.62% -
XYZ 18.23 10.79 33.47 -
YUV 92.45 165 161.21 -
System Red Green Blue C M Y K H S L
Decimal 139 56 158 0.12 0.65 0 0.38 288.82 0.48 0.42
Hex 8B 38 9E C 41 0 26 121 30 2A
Octal 213 70 236 14 101 0 46 441 60 52
Binary 10001011 111000 10011110 1100 1000001 0 100110 100100001 110000 101010

Color Harmonies of #8B389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B389E

Black with #8B389E

Text Example


Text Example

White with #8B389E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,56,158); }

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

background-color css

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

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

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

border-color css

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

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

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