Html Css Color HEX #8F42FB Blue Violet

📋 copy color: '#8F42FB'

red 143 ◦ green 66 ◦ blue 251

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

Shades of Blue Violet #8F42FB

Tints of Blue Violet #8F42FB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.35%

 BLUE value IS 251 (98.44% from 255) = 54.57%

R = 31.09%
G = 14.35%
B = 54.57%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F42FB (or 0x8F42FB) is known color: Blue Violet. HEX triplet: 8F, 42 and FB. RGB value is (143,66,251). Sum of RGB (Red+Green+Blue) = 143+66+251=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F42FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F42FB is #70BD04. Grayscale: #6D6D6D. Windows color (decimal): -7388421 or 16466575. OLE color: 16466575.

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

Color convert

RGB 143 66 251 -
CMYK 0.43 0.74 0 0.02
HSL 264.97º 0.96% 0.62% -
HSV(B) 264.97º 0.74% 0.98% -
XYZ 30.69 16.7 92.87 -
YUV 110.11 207.51 151.46 -
System Red Green Blue C M Y K H S L
Decimal 143 66 251 0.43 0.74 0 0.02 264.97 0.96 0.62
Hex 8F 42 FB 2B 4A 0 2 109 60 3E
Octal 217 102 373 53 112 0 2 411 140 76
Binary 10001111 1000010 11111011 101011 1001010 0 10 100001001 1100000 111110

Color Harmonies of #8F42FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F42FB

Black with #8F42FB

Text Example


Text Example

White with #8F42FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,66,251); }

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

background-color css

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

 a { background-color: rgb(143,66,251); }

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

border-color css

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

 span { border-color: rgb(143,66,251); }

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