Html Css Color HEX #8F0CFA Blue Violet

📋 copy color: '#8F0CFA'

red 143 ◦ green 12 ◦ blue 250

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

Shades of Blue Violet #8F0CFA

Tints of Blue Violet #8F0CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.96%

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

R = 35.31%
G = 2.96%
B = 61.73%

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

#8F0CFA (or 0x8F0CFA) is known color: Blue Violet. HEX triplet: 8F, 0C and FA. RGB value is (143,12,250). Sum of RGB (Red+Green+Blue) = 143+12+250=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F0CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0CFA is #70F305. Grayscale: #4D4D4D. Windows color (decimal): -7402246 or 16387215. OLE color: 16387215.

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

Color convert

RGB 143 12 250 -
CMYK 0.43 0.95 0 0.02
HSL 273.03º 0.96% 0.51% -
HSV(B) 273.03º 0.95% 0.98% -
XYZ 28.71 13 91.44 -
YUV 78.3 224.9 174.15 -
System Red Green Blue C M Y K H S L
Decimal 143 12 250 0.43 0.95 0 0.02 273.03 0.96 0.51
Hex 8F C FA 2B 5F 0 2 111 60 33
Octal 217 14 372 53 137 0 2 421 140 63
Binary 10001111 1100 11111010 101011 1011111 0 10 100010001 1100000 110011

Color Harmonies of #8F0CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0CFA

Black with #8F0CFA

Text Example


Text Example

White with #8F0CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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