Html Css Color HEX #8B36AC Vivid Violet

📋 copy color: '#8B36AC'

red 139 ◦ green 54 ◦ blue 172

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

Shades of Vivid Violet #8B36AC

Tints of Vivid Violet #8B36AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.79%

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

R = 38.08%
G = 14.79%
B = 47.12%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B36AC (or 0x8B36AC) is known color: Vivid Violet. HEX triplet: 8B, 36 and AC. RGB value is (139,54,172). Sum of RGB (Red+Green+Blue) = 139+54+172=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B36AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B36AC is #74C953. Grayscale: #5C5C5C. Windows color (decimal): -7653716 or 11286155. OLE color: 11286155.

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

Color convert

RGB 139 54 172 -
CMYK 0.19 0.69 0 0.33
HSL 283.22º 0.52% 0.44% -
HSV(B) 283.22º 0.69% 0.67% -
XYZ 19.41 11.11 40.15 -
YUV 92.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 139 54 172 0.19 0.69 0 0.33 283.22 0.52 0.44
Hex 8B 36 AC 13 45 0 21 11B 34 2C
Octal 213 66 254 23 105 0 41 433 64 54
Binary 10001011 110110 10101100 10011 1000101 0 100001 100011011 110100 101100

Color Harmonies of #8B36AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B36AC

Black with #8B36AC

Text Example


Text Example

White with #8B36AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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