Html Css Color HEX #8C3089 Vivid Violet

📋 copy color: '#8C3089'

red 140 ◦ green 48 ◦ blue 137

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

Shades of Vivid Violet #8C3089

Tints of Vivid Violet #8C3089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.15%

R = 43.08%
G = 14.77%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C3089 (or 0x8C3089) is known color: Vivid Violet. HEX triplet: 8C, 30 and 89. RGB value is (140,48,137). Sum of RGB (Red+Green+Blue) = 140+48+137=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3089 is #73CF76. Grayscale: #555555. Windows color (decimal): -7589751 or 8990860. OLE color: 8990860.

HSL color Cylindrical-coordinate representation of color #8C3089: hue angle of 301.96º 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 #8C3089 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 48 137 -
CMYK 0 0.66 0.02 0.45
HSL 301.96º 0.49% 0.37% -
HSV(B) 301.96º 0.66% 0.55% -
XYZ 16.39 9.5 24.64 -
YUV 85.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 140 48 137 0 0.66 0.02 0.45 301.96 0.49 0.37
Hex 8C 30 89 0 42 2 2D 12E 31 25
Octal 214 60 211 0 102 2 55 456 61 45
Binary 10001100 110000 10001001 0 1000010 10 101101 100101110 110001 100101

Color Harmonies of #8C3089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3089

Black with #8C3089

Text Example


Text Example

White with #8C3089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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