Html Css Color HEX #8F3AFB Blue Violet

📋 copy color: '#8F3AFB'

red 143 ◦ green 58 ◦ blue 251

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

Shades of Blue Violet #8F3AFB

Tints of Blue Violet #8F3AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.83%

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

R = 31.64%
G = 12.83%
B = 55.53%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F3AFB (or 0x8F3AFB) is known color: Blue Violet. HEX triplet: 8F, 3A and FB. RGB value is (143,58,251). Sum of RGB (Red+Green+Blue) = 143+58+251=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F3AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3AFB is #70C504. Grayscale: #686868. Windows color (decimal): -7390469 or 16464527. OLE color: 16464527.

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

Color convert

RGB 143 58 251 -
CMYK 0.43 0.77 0 0.02
HSL 266.42º 0.96% 0.61% -
HSV(B) 266.42º 0.77% 0.98% -
XYZ 30.25 15.83 92.73 -
YUV 105.42 210.16 154.81 -
System Red Green Blue C M Y K H S L
Decimal 143 58 251 0.43 0.77 0 0.02 266.42 0.96 0.61
Hex 8F 3A FB 2B 4D 0 2 10A 60 3D
Octal 217 72 373 53 115 0 2 412 140 75
Binary 10001111 111010 11111011 101011 1001101 0 10 100001010 1100000 111101

Color Harmonies of #8F3AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3AFB

Black with #8F3AFB

Text Example


Text Example

White with #8F3AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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