Html Css Color HEX #8B2FEB Blue Violet

📋 copy color: '#8B2FEB'

red 139 ◦ green 47 ◦ blue 235

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

Shades of Blue Violet #8B2FEB

Tints of Blue Violet #8B2FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.16%

 BLUE value IS 235 (92.19% from 255) = 55.82%

R = 33.02%
G = 11.16%
B = 55.82%

CMYK

 C value IS 0.41

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8B2FEB (or 0x8B2FEB) is known color: Blue Violet. HEX triplet: 8B, 2F and EB. RGB value is (139,47,235). Sum of RGB (Red+Green+Blue) = 139+47+235=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B2FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B2FEB is #74D014. Grayscale: #5F5F5F. Windows color (decimal): -7655445 or 15413131. OLE color: 15413131.

HSL color Cylindrical-coordinate representation of color #8B2FEB: hue angle of 269.36º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B2FEB is Cyan = 0.41, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 47 235 -
CMYK 0.41 0.8 0 0.08
HSL 269.36º 0.82% 0.55% -
HSV(B) 269.36º 0.8% 0.92% -
XYZ 26.66 13.52 79.8 -
YUV 95.94 206.48 158.71 -
System Red Green Blue C M Y K H S L
Decimal 139 47 235 0.41 0.8 0 0.08 269.36 0.82 0.55
Hex 8B 2F EB 29 50 0 8 10D 52 37
Octal 213 57 353 51 120 0 10 415 122 67
Binary 10001011 101111 11101011 101001 1010000 0 1000 100001101 1010010 110111

Color Harmonies of #8B2FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2FEB

Black with #8B2FEB

Text Example


Text Example

White with #8B2FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,47,235); }

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

background-color css

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

 a { background-color: rgb(139,47,235); }

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

border-color css

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

 span { border-color: rgb(139,47,235); }

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