Html Css Color HEX #8C358B Vivid Violet

📋 copy color: '#8C358B'

red 140 ◦ green 53 ◦ blue 139

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

Shades of Vivid Violet #8C358B

Tints of Vivid Violet #8C358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.96%

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 42.17%
G = 15.96%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8C358B (or 0x8C358B) is known color: Vivid Violet. HEX triplet: 8C, 35 and 8B. RGB value is (140,53,139). Sum of RGB (Red+Green+Blue) = 140+53+139=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C358B is #73CA74. Grayscale: #585858. Windows color (decimal): -7588469 or 9123212. OLE color: 9123212.

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

Color convert

RGB 140 53 139 -
CMYK 0 0.62 0.01 0.45
HSL 300.69º 0.45% 0.38% -
HSV(B) 300.69º 0.62% 0.55% -
XYZ 16.75 9.99 25.47 -
YUV 88.82 156.32 164.51 -
System Red Green Blue C M Y K H S L
Decimal 140 53 139 0 0.62 0.01 0.45 300.69 0.45 0.38
Hex 8C 35 8B 0 3E 1 2D 12D 2D 26
Octal 214 65 213 0 76 1 55 455 55 46
Binary 10001100 110101 10001011 0 111110 1 101101 100101101 101101 100110

Color Harmonies of #8C358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C358B

Black with #8C358B

Text Example


Text Example

White with #8C358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,53,139); }

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

background-color css

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

 a { background-color: rgb(140,53,139); }

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

border-color css

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

 span { border-color: rgb(140,53,139); }

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