Html Css Color HEX #8F0AFD Blue Violet

📋 copy color: '#8F0AFD'

red 143 ◦ green 10 ◦ blue 253

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

Shades of Blue Violet #8F0AFD

Tints of Blue Violet #8F0AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.46%

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

R = 35.22%
G = 2.46%
B = 62.32%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F0AFD (or 0x8F0AFD) is known color: Blue Violet. HEX triplet: 8F, 0A and FD. RGB value is (143,10,253). Sum of RGB (Red+Green+Blue) = 143+10+253=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F0AFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0AFD is #70F502. Grayscale: #4C4C4C. Windows color (decimal): -7402755 or 16583311. OLE color: 16583311.

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

Color convert

RGB 143 10 253 -
CMYK 0.43 0.96 0 0.01
HSL 272.84º 0.98% 0.52% -
HSV(B) 272.84º 0.96% 0.99% -
XYZ 29.17 13.15 93.93 -
YUV 77.47 227.06 174.74 -
System Red Green Blue C M Y K H S L
Decimal 143 10 253 0.43 0.96 0 0.01 272.84 0.98 0.52
Hex 8F A FD 2B 60 0 1 111 62 34
Octal 217 12 375 53 140 0 1 421 142 64
Binary 10001111 1010 11111101 101011 1100000 0 1 100010001 1100010 110100

Color Harmonies of #8F0AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0AFD

Black with #8F0AFD

Text Example


Text Example

White with #8F0AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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