Html Css Color HEX #8B40F6 Blue Violet

📋 copy color: '#8B40F6'

red 139 ◦ green 64 ◦ blue 246

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

Shades of Blue Violet #8B40F6

Tints of Blue Violet #8B40F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.79%

R = 30.96%
G = 14.25%
B = 54.79%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8B40F6 (or 0x8B40F6) is known color: Blue Violet. HEX triplet: 8B, 40 and F6. RGB value is (139,64,246). Sum of RGB (Red+Green+Blue) = 139+64+246=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #8B40F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B40F6 is #74BF09. Grayscale: #6A6A6A. Windows color (decimal): -7651082 or 16138379. OLE color: 16138379.

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

Color convert

RGB 139 64 246 -
CMYK 0.43 0.74 0 0.04
HSL 264.73º 0.91% 0.61% -
HSV(B) 264.73º 0.74% 0.96% -
XYZ 29.12 15.81 88.71 -
YUV 107.17 206.35 150.7 -
System Red Green Blue C M Y K H S L
Decimal 139 64 246 0.43 0.74 0 0.04 264.73 0.91 0.61
Hex 8B 40 F6 2B 4A 0 4 109 5B 3D
Octal 213 100 366 53 112 0 4 411 133 75
Binary 10001011 1000000 11110110 101011 1001010 0 100 100001001 1011011 111101

Color Harmonies of #8B40F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B40F6

Black with #8B40F6

Text Example


Text Example

White with #8B40F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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