Html Css Color HEX #8B33AD Vivid Violet

📋 copy color: '#8B33AD'

red 139 ◦ green 51 ◦ blue 173

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

Shades of Vivid Violet #8B33AD

Tints of Vivid Violet #8B33AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.05%

 BLUE value IS 173 (67.97% from 255) = 47.66%

R = 38.29%
G = 14.05%
B = 47.66%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8B33AD (or 0x8B33AD) is known color: Vivid Violet. HEX triplet: 8B, 33 and AD. RGB value is (139,51,173). Sum of RGB (Red+Green+Blue) = 139+51+173=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B33AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B33AD is #74CC52. Grayscale: #5A5A5A. Windows color (decimal): -7654483 or 11350923. OLE color: 11350923.

HSL color Cylindrical-coordinate representation of color #8B33AD: hue angle of 283.28º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B33AD is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 139 51 173 -
CMYK 0.20 0.71 0 0.32
HSL 283.28º 0.54% 0.44% -
HSV(B) 283.28º 0.71% 0.68% -
XYZ 19.37 10.87 40.61 -
YUV 91.22 174.15 162.08 -
System Red Green Blue C M Y K H S L
Decimal 139 51 173 0.20 0.71 0 0.32 283.28 0.54 0.44
Hex 8B 33 AD 14 47 0 20 11B 36 2C
Octal 213 63 255 24 107 0 40 433 66 54
Binary 10001011 110011 10101101 10100 1000111 0 100000 100011011 110110 101100

Color Harmonies of #8B33AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B33AD

Black with #8B33AD

Text Example


Text Example

White with #8B33AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,51,173); }

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

background-color css

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

 a { background-color: rgb(139,51,173); }

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

border-color css

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

 span { border-color: rgb(139,51,173); }

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