Html Css Color HEX #8A47FD Blue Violet

📋 copy color: '#8A47FD'

red 138 ◦ green 71 ◦ blue 253

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

Shades of Blue Violet #8A47FD

Tints of Blue Violet #8A47FD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.37%

 BLUE value IS 253 (99.22% from 255) = 54.76%

R = 29.87%
G = 15.37%
B = 54.76%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8A47FD (or 0x8A47FD) is known color: Blue Violet. HEX triplet: 8A, 47 and FD. RGB value is (138,71,253). Sum of RGB (Red+Green+Blue) = 138+71+253=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A47FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A47FD is #75B802. Grayscale: #6F6F6F. Windows color (decimal): -7714819 or 16598922. OLE color: 16598922.

HSL color Cylindrical-coordinate representation of color #8A47FD: hue angle of 262.09º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A47FD is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 71 253 -
CMYK 0.45 0.72 0 0.01
HSL 262.09º 0.98% 0.64% -
HSV(B) 262.09º 0.72% 0.99% -
XYZ 30.46 17 94.6 -
YUV 111.78 207.7 146.7 -
System Red Green Blue C M Y K H S L
Decimal 138 71 253 0.45 0.72 0 0.01 262.09 0.98 0.64
Hex 8A 47 FD 2D 48 0 1 106 62 40
Octal 212 107 375 55 110 0 1 406 142 100
Binary 10001010 1000111 11111101 101101 1001000 0 1 100000110 1100010 1000000

Color Harmonies of #8A47FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A47FD

Black with #8A47FD

Text Example


Text Example

White with #8A47FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,71,253); }

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

background-color css

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

 a { background-color: rgb(138,71,253); }

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

border-color css

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

 span { border-color: rgb(138,71,253); }

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