Html Css Color HEX #8A2EFB Blue Violet

📋 copy color: '#8A2EFB'

red 138 ◦ green 46 ◦ blue 251

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

Shades of Blue Violet #8A2EFB

Tints of Blue Violet #8A2EFB

RGB

 RED value IS 138 (54.3% from 255) = 31.72%

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

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

R = 31.72%
G = 10.57%
B = 57.7%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8A2EFB (or 0x8A2EFB) is known color: Blue Violet. HEX triplet: 8A, 2E and FB. RGB value is (138,46,251). Sum of RGB (Red+Green+Blue) = 138+46+251=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A2EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A2EFB is #75D104. Grayscale: #606060. Windows color (decimal): -7721221 or 16461450. OLE color: 16461450.

HSL color Cylindrical-coordinate representation of color #8A2EFB: hue angle of 266.93º degrees, saturation: 0.96, 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 #8A2EFB is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 46 251 -
CMYK 0.45 0.82 0 0.02
HSL 266.93º 0.96% 0.58% -
HSV(B) 266.93º 0.82% 0.98% -
XYZ 28.87 14.32 92.51 -
YUV 96.88 214.98 157.33 -
System Red Green Blue C M Y K H S L
Decimal 138 46 251 0.45 0.82 0 0.02 266.93 0.96 0.58
Hex 8A 2E FB 2D 52 0 2 10B 60 3A
Octal 212 56 373 55 122 0 2 413 140 72
Binary 10001010 101110 11111011 101101 1010010 0 10 100001011 1100000 111010

Color Harmonies of #8A2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2EFB

Black with #8A2EFB

Text Example


Text Example

White with #8A2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,46,251); }

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

background-color css

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

 a { background-color: rgb(138,46,251); }

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

border-color css

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

 span { border-color: rgb(138,46,251); }

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