Html Css Color HEX #8B1D9D Vivid Violet

📋 copy color: '#8B1D9D'

red 139 ◦ green 29 ◦ blue 157

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

Shades of Vivid Violet #8B1D9D

Tints of Vivid Violet #8B1D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.31%

R = 42.77%
G = 8.92%
B = 48.31%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8B1D9D (or 0x8B1D9D) is known color: Vivid Violet. HEX triplet: 8B, 1D and 9D. RGB value is (139,29,157). Sum of RGB (Red+Green+Blue) = 139+29+157=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B1D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1D9D is #74E262. Grayscale: #4C4C4C. Windows color (decimal): -7660131 or 10296715. OLE color: 10296715.

HSL color Cylindrical-coordinate representation of color #8B1D9D: hue angle of 291.56º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B1D9D is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 29 157 -
CMYK 0.11 0.82 0 0.38
HSL 291.56º 0.69% 0.36% -
HSV(B) 291.56º 0.82% 0.62% -
XYZ 17.17 8.8 32.69 -
YUV 76.48 173.44 172.59 -
System Red Green Blue C M Y K H S L
Decimal 139 29 157 0.11 0.82 0 0.38 291.56 0.69 0.36
Hex 8B 1D 9D B 52 0 26 124 45 24
Octal 213 35 235 13 122 0 46 444 105 44
Binary 10001011 11101 10011101 1011 1010010 0 100110 100100100 1000101 100100

Color Harmonies of #8B1D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1D9D

Black with #8B1D9D

Text Example


Text Example

White with #8B1D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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