Html Css Color HEX #8F26AA Vivid Violet

📋 copy color: '#8F26AA'

red 143 ◦ green 38 ◦ blue 170

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

Shades of Vivid Violet #8F26AA

Tints of Vivid Violet #8F26AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.83%

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

R = 40.74%
G = 10.83%
B = 48.43%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F26AA (or 0x8F26AA) is known color: Vivid Violet. HEX triplet: 8F, 26 and AA. RGB value is (143,38,170). Sum of RGB (Red+Green+Blue) = 143+38+170=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F26AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F26AA is #70D955. Grayscale: #545454. Windows color (decimal): -7395670 or 11150991. OLE color: 11150991.

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

Color convert

RGB 143 38 170 -
CMYK 0.16 0.78 0 0.33
HSL 287.73º 0.63% 0.41% -
HSV(B) 287.73º 0.78% 0.67% -
XYZ 19.28 10.13 38.97 -
YUV 84.44 176.29 169.77 -
System Red Green Blue C M Y K H S L
Decimal 143 38 170 0.16 0.78 0 0.33 287.73 0.63 0.41
Hex 8F 26 AA 10 4E 0 21 120 3F 29
Octal 217 46 252 20 116 0 41 440 77 51
Binary 10001111 100110 10101010 10000 1001110 0 100001 100100000 111111 101001

Color Harmonies of #8F26AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F26AA

Black with #8F26AA

Text Example


Text Example

White with #8F26AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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