Html Css Color HEX #8F0DFA Blue Violet

📋 copy color: '#8F0DFA'

red 143 ◦ green 13 ◦ blue 250

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

Shades of Blue Violet #8F0DFA

Tints of Blue Violet #8F0DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.2%

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 35.22%
G = 3.2%
B = 61.58%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F0DFA (or 0x8F0DFA) is known color: Blue Violet. HEX triplet: 8F, 0D and FA. RGB value is (143,13,250). Sum of RGB (Red+Green+Blue) = 143+13+250=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F0DFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0DFA is #70F205. Grayscale: #4E4E4E. Windows color (decimal): -7401990 or 16387471. OLE color: 16387471.

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

Color convert

RGB 143 13 250 -
CMYK 0.43 0.95 0 0.02
HSL 272.91º 0.96% 0.52% -
HSV(B) 272.91º 0.95% 0.98% -
XYZ 28.73 13.03 91.44 -
YUV 78.89 224.57 173.73 -
System Red Green Blue C M Y K H S L
Decimal 143 13 250 0.43 0.95 0 0.02 272.91 0.96 0.52
Hex 8F D FA 2B 5F 0 2 111 60 34
Octal 217 15 372 53 137 0 2 421 140 64
Binary 10001111 1101 11111010 101011 1011111 0 10 100010001 1100000 110100

Color Harmonies of #8F0DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0DFA

Black with #8F0DFA

Text Example


Text Example

White with #8F0DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,13,250); }

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

background-color css

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

 a { background-color: rgb(143,13,250); }

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

border-color css

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

 span { border-color: rgb(143,13,250); }

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