Html Css Color HEX #8B2EFA Blue Violet

📋 copy color: '#8B2EFA'

red 139 ◦ green 46 ◦ blue 250

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

Shades of Blue Violet #8B2EFA

Tints of Blue Violet #8B2EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.57%

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 31.95%
G = 10.57%
B = 57.47%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8B2EFA (or 0x8B2EFA) is known color: Blue Violet. HEX triplet: 8B, 2E and FA. RGB value is (139,46,250). Sum of RGB (Red+Green+Blue) = 139+46+250=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B2EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B2EFA is #74D105. Grayscale: #606060. Windows color (decimal): -7655686 or 16395915. OLE color: 16395915.

HSL color Cylindrical-coordinate representation of color #8B2EFA: hue angle of 267.35º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B2EFA is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 46 250 -
CMYK 0.44 0.82 0 0.02
HSL 267.35º 0.95% 0.58% -
HSV(B) 267.35º 0.82% 0.98% -
XYZ 28.88 14.35 91.69 -
YUV 97.06 214.31 157.91 -
System Red Green Blue C M Y K H S L
Decimal 139 46 250 0.44 0.82 0 0.02 267.35 0.95 0.58
Hex 8B 2E FA 2C 52 0 2 10B 5F 3A
Octal 213 56 372 54 122 0 2 413 137 72
Binary 10001011 101110 11111010 101100 1010010 0 10 100001011 1011111 111010

Color Harmonies of #8B2EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2EFA

Black with #8B2EFA

Text Example


Text Example

White with #8B2EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,46,250); }

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

background-color css

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

 a { background-color: rgb(139,46,250); }

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

border-color css

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

 span { border-color: rgb(139,46,250); }

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