Html Css Color HEX #8A419F Vivid Violet

📋 copy color: '#8A419F'

red 138 ◦ green 65 ◦ blue 159

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

Shades of Vivid Violet #8A419F

Tints of Vivid Violet #8A419F

RGB

 RED value IS 138 (54.3% from 255) = 38.12%

 GREEN value IS 65 (25.78% from 255) = 17.96%

 BLUE value IS 159 (62.5% from 255) = 43.92%

R = 38.12%
G = 17.96%
B = 43.92%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A419F (or 0x8A419F) is known color: Vivid Violet. HEX triplet: 8A, 41 and 9F. RGB value is (138,65,159). Sum of RGB (Red+Green+Blue) = 138+65+159=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A419F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A419F is #75BE60. Grayscale: #616161. Windows color (decimal): -7716449 or 10437002. OLE color: 10437002.

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

Color convert

RGB 138 65 159 -
CMYK 0.13 0.59 0 0.38
HSL 286.6º 0.42% 0.44% -
HSV(B) 286.6º 0.59% 0.62% -
XYZ 18.63 11.69 34.07 -
YUV 97.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 138 65 159 0.13 0.59 0 0.38 286.6 0.42 0.44
Hex 8A 41 9F D 3B 0 26 11F 2A 2C
Octal 212 101 237 15 73 0 46 437 52 54
Binary 10001010 1000001 10011111 1101 111011 0 100110 100011111 101010 101100

Color Harmonies of #8A419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A419F

Black with #8A419F

Text Example


Text Example

White with #8A419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,65,159); }

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

background-color css

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

 a { background-color: rgb(138,65,159); }

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

border-color css

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

 span { border-color: rgb(138,65,159); }

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