Html Css Color HEX #8C30AD Vivid Violet

📋 copy color: '#8C30AD'

red 140 ◦ green 48 ◦ blue 173

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

Shades of Vivid Violet #8C30AD

Tints of Vivid Violet #8C30AD

RGB

 RED value IS 140 (55.08% from 255) = 38.78%

 GREEN value IS 48 (19.14% from 255) = 13.3%

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

R = 38.78%
G = 13.3%
B = 47.92%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C30AD (or 0x8C30AD) is known color: Vivid Violet. HEX triplet: 8C, 30 and AD. RGB value is (140,48,173). Sum of RGB (Red+Green+Blue) = 140+48+173=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C30AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C30AD is #73CF52. Grayscale: #595959. Windows color (decimal): -7589715 or 11350156. OLE color: 11350156.

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

Color convert

RGB 140 48 173 -
CMYK 0.19 0.72 0 0.32
HSL 284.16º 0.57% 0.43% -
HSV(B) 284.16º 0.72% 0.68% -
XYZ 19.42 10.71 40.58 -
YUV 89.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 140 48 173 0.19 0.72 0 0.32 284.16 0.57 0.43
Hex 8C 30 AD 13 48 0 20 11C 39 2B
Octal 214 60 255 23 110 0 40 434 71 53
Binary 10001100 110000 10101101 10011 1001000 0 100000 100011100 111001 101011

Color Harmonies of #8C30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C30AD

Black with #8C30AD

Text Example


Text Example

White with #8C30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,48,173); }

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

background-color css

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

 a { background-color: rgb(140,48,173); }

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

border-color css

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

 span { border-color: rgb(140,48,173); }

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