Html Css Color HEX #8B449A Vivid Violet

📋 copy color: '#8B449A'

red 139 ◦ green 68 ◦ blue 154

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

Shades of Vivid Violet #8B449A

Tints of Vivid Violet #8B449A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.84%

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 38.5%
G = 18.84%
B = 42.66%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8B449A (or 0x8B449A) is known color: Vivid Violet. HEX triplet: 8B, 44 and 9A. RGB value is (139,68,154). Sum of RGB (Red+Green+Blue) = 139+68+154=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B449A is #74BB65. Grayscale: #626262. Windows color (decimal): -7650150 or 10110091. OLE color: 10110091.

HSL color Cylindrical-coordinate representation of color #8B449A: hue angle of 289.53º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B449A is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 139 68 154 -
CMYK 0.10 0.56 0 0.40
HSL 289.53º 0.39% 0.44% -
HSV(B) 289.53º 0.56% 0.6% -
XYZ 18.55 11.96 31.9 -
YUV 99.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 139 68 154 0.10 0.56 0 0.40 289.53 0.39 0.44
Hex 8B 44 9A A 38 0 28 122 27 2C
Octal 213 104 232 12 70 0 50 442 47 54
Binary 10001011 1000100 10011010 1010 111000 0 101000 100100010 100111 101100

Color Harmonies of #8B449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B449A

Black with #8B449A

Text Example


Text Example

White with #8B449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,68,154); }

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

background-color css

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

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

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

border-color css

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

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

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