Html Css Color HEX #8B4196 Vivid Violet

📋 copy color: '#8B4196'

red 139 ◦ green 65 ◦ blue 150

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

Shades of Vivid Violet #8B4196

Tints of Vivid Violet #8B4196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.36%

 BLUE value IS 150 (58.98% from 255) = 42.37%

R = 39.27%
G = 18.36%
B = 42.37%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8B4196 (or 0x8B4196) is known color: Vivid Violet. HEX triplet: 8B, 41 and 96. RGB value is (139,65,150). Sum of RGB (Red+Green+Blue) = 139+65+150=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B4196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4196 is #74BE69. Grayscale: #606060. Windows color (decimal): -7650922 or 9847179. OLE color: 9847179.

HSL color Cylindrical-coordinate representation of color #8B4196: hue angle of 292.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8B4196 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 139 65 150 -
CMYK 0.07 0.57 0 0.41
HSL 292.24º 0.4% 0.42% -
HSV(B) 292.24º 0.57% 0.59% -
XYZ 18.04 11.47 30.12 -
YUV 96.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 139 65 150 0.07 0.57 0 0.41 292.24 0.4 0.42
Hex 8B 41 96 7 39 0 29 124 28 2A
Octal 213 101 226 7 71 0 51 444 50 52
Binary 10001011 1000001 10010110 111 111001 0 101001 100100100 101000 101010

Color Harmonies of #8B4196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4196

Black with #8B4196

Text Example


Text Example

White with #8B4196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,65,150); }

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

background-color css

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

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

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

border-color css

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

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

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