Html Css Color HEX #8F4AFD Blue Violet

📋 copy color: '#8F4AFD'

red 143 ◦ green 74 ◦ blue 253

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

Shades of Blue Violet #8F4AFD

Tints of Blue Violet #8F4AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.74%

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

R = 30.43%
G = 15.74%
B = 53.83%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F4AFD (or 0x8F4AFD) is known color: Blue Violet. HEX triplet: 8F, 4A and FD. RGB value is (143,74,253). Sum of RGB (Red+Green+Blue) = 143+74+253=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F4AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F4AFD is #70B502. Grayscale: #727272. Windows color (decimal): -7386371 or 16599695. OLE color: 16599695.

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

Color convert

RGB 143 74 253 -
CMYK 0.43 0.71 0 0.01
HSL 263.13º 0.98% 0.64% -
HSV(B) 263.13º 0.71% 0.99% -
XYZ 31.51 17.83 94.71 -
YUV 115.04 205.86 147.95 -
System Red Green Blue C M Y K H S L
Decimal 143 74 253 0.43 0.71 0 0.01 263.13 0.98 0.64
Hex 8F 4A FD 2B 47 0 1 107 62 40
Octal 217 112 375 53 107 0 1 407 142 100
Binary 10001111 1001010 11111101 101011 1000111 0 1 100000111 1100010 1000000

Color Harmonies of #8F4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4AFD

Black with #8F4AFD

Text Example


Text Example

White with #8F4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,74,253); }

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

background-color css

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

 a { background-color: rgb(143,74,253); }

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

border-color css

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

 span { border-color: rgb(143,74,253); }

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