Html Css Color HEX #8F2593 Vivid Violet

📋 copy color: '#8F2593'

red 143 ◦ green 37 ◦ blue 147

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

Shades of Vivid Violet #8F2593

Tints of Vivid Violet #8F2593

RGB

 RED value IS 143 (56.25% from 255) = 43.73%

 GREEN value IS 37 (14.84% from 255) = 11.31%

 BLUE value IS 147 (57.81% from 255) = 44.95%

R = 43.73%
G = 11.31%
B = 44.95%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F2593 (or 0x8F2593) is known color: Vivid Violet. HEX triplet: 8F, 25 and 93. RGB value is (143,37,147). Sum of RGB (Red+Green+Blue) = 143+37+147=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F2593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2593 is #70DA6C. Grayscale: #505050. Windows color (decimal): -7395949 or 9643407. OLE color: 9643407.

HSL color Cylindrical-coordinate representation of color #8F2593: hue angle of 297.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F2593 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 37 147 -
CMYK 0.03 0.75 0 0.42
HSL 297.82º 0.6% 0.36% -
HSV(B) 297.82º 0.75% 0.58% -
XYZ 17.26 9.27 28.48 -
YUV 81.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 143 37 147 0.03 0.75 0 0.42 297.82 0.6 0.36
Hex 8F 25 93 3 4B 0 2A 12A 3C 24
Octal 217 45 223 3 113 0 52 452 74 44
Binary 10001111 100101 10010011 11 1001011 0 101010 100101010 111100 100100

Color Harmonies of #8F2593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2593

Black with #8F2593

Text Example


Text Example

White with #8F2593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,37,147); }

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

background-color css

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

 a { background-color: rgb(143,37,147); }

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

border-color css

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

 span { border-color: rgb(143,37,147); }

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