Html Css Color HEX #8F25FA Blue Violet

📋 copy color: '#8F25FA'

red 143 ◦ green 37 ◦ blue 250

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

Shades of Blue Violet #8F25FA

Tints of Blue Violet #8F25FA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.6%

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

R = 33.26%
G = 8.6%
B = 58.14%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F25FA (or 0x8F25FA) is known color: Blue Violet. HEX triplet: 8F, 25 and FA. RGB value is (143,37,250). Sum of RGB (Red+Green+Blue) = 143+37+250=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F25FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F25FA is #70DA05. Grayscale: #5C5C5C. Windows color (decimal): -7395846 or 16393615. OLE color: 16393615.

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

Color convert

RGB 143 37 250 -
CMYK 0.43 0.85 0 0.02
HSL 269.86º 0.96% 0.56% -
HSV(B) 269.86º 0.85% 0.98% -
XYZ 29.24 14.06 91.62 -
YUV 92.98 216.62 163.68 -
System Red Green Blue C M Y K H S L
Decimal 143 37 250 0.43 0.85 0 0.02 269.86 0.96 0.56
Hex 8F 25 FA 2B 55 0 2 10E 60 38
Octal 217 45 372 53 125 0 2 416 140 70
Binary 10001111 100101 11111010 101011 1010101 0 10 100001110 1100000 111000

Color Harmonies of #8F25FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F25FA

Black with #8F25FA

Text Example


Text Example

White with #8F25FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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