Html Css Color HEX #8F3A88 Vivid Violet

📋 copy color: '#8F3A88'

red 143 ◦ green 58 ◦ blue 136

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

Shades of Vivid Violet #8F3A88

Tints of Vivid Violet #8F3A88

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.21%

 BLUE value IS 136 (53.52% from 255) = 40.36%

R = 42.43%
G = 17.21%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8F3A88 (or 0x8F3A88) is known color: Vivid Violet. HEX triplet: 8F, 3A and 88. RGB value is (143,58,136). Sum of RGB (Red+Green+Blue) = 143+58+136=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3A88 is #70C577. Grayscale: #5C5C5C. Windows color (decimal): -7390584 or 8927887. OLE color: 8927887.

HSL color Cylindrical-coordinate representation of color #8F3A88: hue angle of 304.94º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F3A88 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 58 136 -
CMYK 0 0.59 0.05 0.44
HSL 304.94º 0.42% 0.39% -
HSV(B) 304.94º 0.59% 0.56% -
XYZ 17.28 10.64 24.44 -
YUV 92.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 143 58 136 0 0.59 0.05 0.44 304.94 0.42 0.39
Hex 8F 3A 88 0 3B 5 2C 131 2A 27
Octal 217 72 210 0 73 5 54 461 52 47
Binary 10001111 111010 10001000 0 111011 101 101100 100110001 101010 100111

Color Harmonies of #8F3A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3A88

Black with #8F3A88

Text Example


Text Example

White with #8F3A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,58,136); }

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

background-color css

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

 a { background-color: rgb(143,58,136); }

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

border-color css

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

 span { border-color: rgb(143,58,136); }

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