Html Css Color HEX #8A1FD7 Blue Violet

📋 copy color: '#8A1FD7'

red 138 ◦ green 31 ◦ blue 215

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

Shades of Blue Violet #8A1FD7

Tints of Blue Violet #8A1FD7

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.07%

 BLUE value IS 215 (84.38% from 255) = 55.99%

R = 35.94%
G = 8.07%
B = 55.99%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8A1FD7 (or 0x8A1FD7) is known color: Blue Violet. HEX triplet: 8A, 1F and D7. RGB value is (138,31,215). Sum of RGB (Red+Green+Blue) = 138+31+215=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #8A1FD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1FD7 is #75E028. Grayscale: #535353. Windows color (decimal): -7725097 or 14098314. OLE color: 14098314.

HSL color Cylindrical-coordinate representation of color #8A1FD7: hue angle of 274.89º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1FD7 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 31 215 -
CMYK 0.36 0.86 0 0.16
HSL 274.89º 0.75% 0.48% -
HSV(B) 274.89º 0.86% 0.84% -
XYZ 23.24 11.29 65.24 -
YUV 83.97 201.95 166.54 -
System Red Green Blue C M Y K H S L
Decimal 138 31 215 0.36 0.86 0 0.16 274.89 0.75 0.48
Hex 8A 1F D7 24 56 0 10 113 4B 30
Octal 212 37 327 44 126 0 20 423 113 60
Binary 10001010 11111 11010111 100100 1010110 0 10000 100010011 1001011 110000

Color Harmonies of #8A1FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1FD7

Black with #8A1FD7

Text Example


Text Example

White with #8A1FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,31,215); }

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

background-color css

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

 a { background-color: rgb(138,31,215); }

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

border-color css

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

 span { border-color: rgb(138,31,215); }

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