Html Css Color HEX #8B1D9B Vivid Violet

📋 copy color: '#8B1D9B'

red 139 ◦ green 29 ◦ blue 155

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

Shades of Vivid Violet #8B1D9B

Tints of Vivid Violet #8B1D9B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.98%

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

R = 43.03%
G = 8.98%
B = 47.99%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8B1D9B (or 0x8B1D9B) is known color: Vivid Violet. HEX triplet: 8B, 1D and 9B. RGB value is (139,29,155). Sum of RGB (Red+Green+Blue) = 139+29+155=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B1D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1D9B is #74E264. Grayscale: #4B4B4B. Windows color (decimal): -7660133 or 10165643. OLE color: 10165643.

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

Color convert

RGB 139 29 155 -
CMYK 0.10 0.81 0 0.39
HSL 292.38º 0.68% 0.36% -
HSV(B) 292.38º 0.81% 0.61% -
XYZ 17 8.73 31.8 -
YUV 76.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 139 29 155 0.10 0.81 0 0.39 292.38 0.68 0.36
Hex 8B 1D 9B A 51 0 27 124 44 24
Octal 213 35 233 12 121 0 47 444 104 44
Binary 10001011 11101 10011011 1010 1010001 0 100111 100100100 1000100 100100

Color Harmonies of #8B1D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1D9B

Black with #8B1D9B

Text Example


Text Example

White with #8B1D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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