Html Css Color HEX #8F1FFD Blue Violet

📋 copy color: '#8F1FFD'

red 143 ◦ green 31 ◦ blue 253

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

Shades of Blue Violet #8F1FFD

Tints of Blue Violet #8F1FFD

RGB

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

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

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

R = 33.49%
G = 7.26%
B = 59.25%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8F1FFD (or 0x8F1FFD) is known color: Blue Violet. HEX triplet: 8F, 1F and FD. RGB value is (143,31,253). Sum of RGB (Red+Green+Blue) = 143+31+253=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F1FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1FFD is #70E002. Grayscale: #595959. Windows color (decimal): -7397379 or 16588687. OLE color: 16588687.

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

Color convert

RGB 143 31 253 -
CMYK 0.43 0.88 0 0.01
HSL 270.27º 0.98% 0.56% -
HSV(B) 270.27º 0.88% 0.99% -
XYZ 29.55 13.91 94.06 -
YUV 89.8 220.11 165.95 -
System Red Green Blue C M Y K H S L
Decimal 143 31 253 0.43 0.88 0 0.01 270.27 0.98 0.56
Hex 8F 1F FD 2B 58 0 1 10E 62 38
Octal 217 37 375 53 130 0 1 416 142 70
Binary 10001111 11111 11111101 101011 1011000 0 1 100001110 1100010 111000

Color Harmonies of #8F1FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1FFD

Black with #8F1FFD

Text Example


Text Example

White with #8F1FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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