Html Css Color HEX #8B449B Vivid Violet

📋 copy color: '#8B449B'

red 139 ◦ green 68 ◦ blue 155

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

Shades of Vivid Violet #8B449B

Tints of Vivid Violet #8B449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 38.4%
G = 18.78%
B = 42.82%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8B449B (or 0x8B449B) is known color: Vivid Violet. HEX triplet: 8B, 44 and 9B. RGB value is (139,68,155). Sum of RGB (Red+Green+Blue) = 139+68+155=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B449B is #74BB64. Grayscale: #626262. Windows color (decimal): -7650149 or 10175627. OLE color: 10175627.

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

Color convert

RGB 139 68 155 -
CMYK 0.10 0.56 0 0.39
HSL 288.97º 0.39% 0.44% -
HSV(B) 288.97º 0.56% 0.61% -
XYZ 18.63 11.99 32.34 -
YUV 99.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 139 68 155 0.10 0.56 0 0.39 288.97 0.39 0.44
Hex 8B 44 9B A 38 0 27 121 27 2C
Octal 213 104 233 12 70 0 47 441 47 54
Binary 10001011 1000100 10011011 1010 111000 0 100111 100100001 100111 101100

Color Harmonies of #8B449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B449B

Black with #8B449B

Text Example


Text Example

White with #8B449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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