Html Css Color HEX #8B40EE Blue Violet

📋 copy color: '#8B40EE'

red 139 ◦ green 64 ◦ blue 238

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

Shades of Blue Violet #8B40EE

Tints of Blue Violet #8B40EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.97%

R = 31.52%
G = 14.51%
B = 53.97%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B40EE (or 0x8B40EE) is known color: Blue Violet. HEX triplet: 8B, 40 and EE. RGB value is (139,64,238). Sum of RGB (Red+Green+Blue) = 139+64+238=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B40EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B40EE is #74BF11. Grayscale: #696969. Windows color (decimal): -7651090 or 15614091. OLE color: 15614091.

HSL color Cylindrical-coordinate representation of color #8B40EE: hue angle of 265.86º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B40EE is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 64 238 -
CMYK 0.42 0.73 0 0.07
HSL 265.86º 0.84% 0.59% -
HSV(B) 265.86º 0.73% 0.93% -
XYZ 27.91 15.33 82.38 -
YUV 106.26 202.35 151.35 -
System Red Green Blue C M Y K H S L
Decimal 139 64 238 0.42 0.73 0 0.07 265.86 0.84 0.59
Hex 8B 40 EE 2A 49 0 7 10A 54 3B
Octal 213 100 356 52 111 0 7 412 124 73
Binary 10001011 1000000 11101110 101010 1001001 0 111 100001010 1010100 111011

Color Harmonies of #8B40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B40EE

Black with #8B40EE

Text Example


Text Example

White with #8B40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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