Html Css Color HEX #8B4188 Vivid Violet

📋 copy color: '#8B4188'

red 139 ◦ green 65 ◦ blue 136

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

Shades of Vivid Violet #8B4188

Tints of Vivid Violet #8B4188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40%

R = 40.88%
G = 19.12%
B = 40%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8B4188 (or 0x8B4188) is known color: Vivid Violet. HEX triplet: 8B, 41 and 88. RGB value is (139,65,136). Sum of RGB (Red+Green+Blue) = 139+65+136=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4188 is #74BE77. Grayscale: #5F5F5F. Windows color (decimal): -7650936 or 8929675. OLE color: 8929675.

HSL color Cylindrical-coordinate representation of color #8B4188: hue angle of 302.43º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4188 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 65 136 -
CMYK 0 0.53 0.02 0.45
HSL 302.43º 0.36% 0.4% -
HSV(B) 302.43º 0.53% 0.55% -
XYZ 16.98 11.05 24.53 -
YUV 95.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 139 65 136 0 0.53 0.02 0.45 302.43 0.36 0.4
Hex 8B 41 88 0 35 2 2D 12E 24 28
Octal 213 101 210 0 65 2 55 456 44 50
Binary 10001011 1000001 10001000 0 110101 10 101101 100101110 100100 101000

Color Harmonies of #8B4188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4188

Black with #8B4188

Text Example


Text Example

White with #8B4188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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