Html Css Color HEX #8B3996 Vivid Violet

📋 copy color: '#8B3996'

red 139 ◦ green 57 ◦ blue 150

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

Shades of Vivid Violet #8B3996

Tints of Vivid Violet #8B3996

RGB

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

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

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

R = 40.17%
G = 16.47%
B = 43.35%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8B3996 (or 0x8B3996) is known color: Vivid Violet. HEX triplet: 8B, 39 and 96. RGB value is (139,57,150). Sum of RGB (Red+Green+Blue) = 139+57+150=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B3996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3996 is #74C669. Grayscale: #5B5B5B. Windows color (decimal): -7652970 or 9845131. OLE color: 9845131.

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

Color convert

RGB 139 57 150 -
CMYK 0.07 0.62 0 0.41
HSL 292.9º 0.45% 0.41% -
HSV(B) 292.9º 0.62% 0.59% -
XYZ 17.62 10.62 29.98 -
YUV 92.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 139 57 150 0.07 0.62 0 0.41 292.9 0.45 0.41
Hex 8B 39 96 7 3E 0 29 125 2D 29
Octal 213 71 226 7 76 0 51 445 55 51
Binary 10001011 111001 10010110 111 111110 0 101001 100100101 101101 101001

Color Harmonies of #8B3996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3996

Black with #8B3996

Text Example


Text Example

White with #8B3996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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