Html Css Color HEX #8F38AA Vivid Violet

📋 copy color: '#8F38AA'

red 143 ◦ green 56 ◦ blue 170

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

Shades of Vivid Violet #8F38AA

Tints of Vivid Violet #8F38AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.18%

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 38.75%
G = 15.18%
B = 46.07%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F38AA (or 0x8F38AA) is known color: Vivid Violet. HEX triplet: 8F, 38 and AA. RGB value is (143,56,170). Sum of RGB (Red+Green+Blue) = 143+56+170=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F38AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F38AA is #70C755. Grayscale: #5E5E5E. Windows color (decimal): -7391062 or 11155599. OLE color: 11155599.

HSL color Cylindrical-coordinate representation of color #8F38AA: hue angle of 285.79º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F38AA is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 56 170 -
CMYK 0.16 0.67 0 0.33
HSL 285.79º 0.5% 0.44% -
HSV(B) 285.79º 0.67% 0.67% -
XYZ 20 11.57 39.21 -
YUV 95.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 143 56 170 0.16 0.67 0 0.33 285.79 0.5 0.44
Hex 8F 38 AA 10 43 0 21 11E 32 2C
Octal 217 70 252 20 103 0 41 436 62 54
Binary 10001111 111000 10101010 10000 1000011 0 100001 100011110 110010 101100

Color Harmonies of #8F38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F38AA

Black with #8F38AA

Text Example


Text Example

White with #8F38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,56,170); }

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

background-color css

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

 a { background-color: rgb(143,56,170); }

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

border-color css

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

 span { border-color: rgb(143,56,170); }

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