Html Css Color HEX #8B2CAD Vivid Violet

📋 copy color: '#8B2CAD'

red 139 ◦ green 44 ◦ blue 173

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

Shades of Vivid Violet #8B2CAD

Tints of Vivid Violet #8B2CAD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.36%

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

R = 39.04%
G = 12.36%
B = 48.6%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8B2CAD (or 0x8B2CAD) is known color: Vivid Violet. HEX triplet: 8B, 2C and AD. RGB value is (139,44,173). Sum of RGB (Red+Green+Blue) = 139+44+173=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B2CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2CAD is #74D352. Grayscale: #565656. Windows color (decimal): -7656275 or 11349131. OLE color: 11349131.

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

Color convert

RGB 139 44 173 -
CMYK 0.20 0.75 0 0.32
HSL 284.19º 0.59% 0.43% -
HSV(B) 284.19º 0.75% 0.68% -
XYZ 19.09 10.31 40.52 -
YUV 87.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 139 44 173 0.20 0.75 0 0.32 284.19 0.59 0.43
Hex 8B 2C AD 14 4B 0 20 11C 3B 2B
Octal 213 54 255 24 113 0 40 434 73 53
Binary 10001011 101100 10101101 10100 1001011 0 100000 100011100 111011 101011

Color Harmonies of #8B2CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2CAD

Black with #8B2CAD

Text Example


Text Example

White with #8B2CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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