Html Css Color HEX #8B40FB Blue Violet

📋 copy color: '#8B40FB'

red 139 ◦ green 64 ◦ blue 251

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

Shades of Blue Violet #8B40FB

Tints of Blue Violet #8B40FB

RGB

 RED value IS 139 (54.69% from 255) = 30.62%

 GREEN value IS 64 (25.39% from 255) = 14.1%

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

R = 30.62%
G = 14.1%
B = 55.29%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8B40FB (or 0x8B40FB) is known color: Blue Violet. HEX triplet: 8B, 40 and FB. RGB value is (139,64,251). Sum of RGB (Red+Green+Blue) = 139+64+251=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B40FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B40FB is #74BF04. Grayscale: #6B6B6B. Windows color (decimal): -7651077 or 16466059. OLE color: 16466059.

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

Color convert

RGB 139 64 251 -
CMYK 0.45 0.75 0 0.02
HSL 264.06º 0.96% 0.62% -
HSV(B) 264.06º 0.75% 0.98% -
XYZ 29.89 16.12 92.8 -
YUV 107.74 208.85 150.29 -
System Red Green Blue C M Y K H S L
Decimal 139 64 251 0.45 0.75 0 0.02 264.06 0.96 0.62
Hex 8B 40 FB 2D 4B 0 2 108 60 3E
Octal 213 100 373 55 113 0 2 410 140 76
Binary 10001011 1000000 11111011 101101 1001011 0 10 100001000 1100000 111110

Color Harmonies of #8B40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B40FB

Black with #8B40FB

Text Example


Text Example

White with #8B40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,64,251); }

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

background-color css

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

 a { background-color: rgb(139,64,251); }

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

border-color css

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

 span { border-color: rgb(139,64,251); }

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