Html Css Color HEX #8C308A Vivid Violet

📋 copy color: '#8C308A'

red 140 ◦ green 48 ◦ blue 138

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

Shades of Vivid Violet #8C308A

Tints of Vivid Violet #8C308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.33%

R = 42.94%
G = 14.72%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C308A (or 0x8C308A) is known color: Vivid Violet. HEX triplet: 8C, 30 and 8A. RGB value is (140,48,138). Sum of RGB (Red+Green+Blue) = 140+48+138=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C308A is #73CF75. Grayscale: #555555. Windows color (decimal): -7589750 or 9056396. OLE color: 9056396.

HSL color Cylindrical-coordinate representation of color #8C308A: hue angle of 301.3º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C308A is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 48 138 -
CMYK 0 0.66 0.01 0.45
HSL 301.3º 0.49% 0.37% -
HSV(B) 301.3º 0.66% 0.55% -
XYZ 16.46 9.52 25.02 -
YUV 85.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 140 48 138 0 0.66 0.01 0.45 301.3 0.49 0.37
Hex 8C 30 8A 0 42 1 2D 12D 31 25
Octal 214 60 212 0 102 1 55 455 61 45
Binary 10001100 110000 10001010 0 1000010 1 101101 100101101 110001 100101

Color Harmonies of #8C308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C308A

Black with #8C308A

Text Example


Text Example

White with #8C308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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