Html Css Color HEX #8B28AC Vivid Violet

📋 copy color: '#8B28AC'

red 139 ◦ green 40 ◦ blue 172

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

Shades of Vivid Violet #8B28AC

Tints of Vivid Violet #8B28AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.4%

 BLUE value IS 172 (67.58% from 255) = 49%

R = 39.6%
G = 11.4%
B = 49%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B28AC (or 0x8B28AC) is known color: Vivid Violet. HEX triplet: 8B, 28 and AC. RGB value is (139,40,172). Sum of RGB (Red+Green+Blue) = 139+40+172=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B28AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B28AC is #74D753. Grayscale: #545454. Windows color (decimal): -7657300 or 11282571. OLE color: 11282571.

HSL color Cylindrical-coordinate representation of color #8B28AC: hue angle of 285º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B28AC is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 40 172 -
CMYK 0.19 0.77 0 0.33
HSL 285º 0.62% 0.42% -
HSV(B) 285º 0.77% 0.67% -
XYZ 18.85 9.99 39.96 -
YUV 84.65 177.3 166.77 -
System Red Green Blue C M Y K H S L
Decimal 139 40 172 0.19 0.77 0 0.33 285 0.62 0.42
Hex 8B 28 AC 13 4D 0 21 11D 3E 2A
Octal 213 50 254 23 115 0 41 435 76 52
Binary 10001011 101000 10101100 10011 1001101 0 100001 100011101 111110 101010

Color Harmonies of #8B28AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B28AC

Black with #8B28AC

Text Example


Text Example

White with #8B28AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,40,172); }

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

background-color css

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

 a { background-color: rgb(139,40,172); }

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

border-color css

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

 span { border-color: rgb(139,40,172); }

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