Html Css Color HEX #8A3BED Blue Violet

📋 copy color: '#8A3BED'

red 138 ◦ green 59 ◦ blue 237

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

Shades of Blue Violet #8A3BED

Tints of Blue Violet #8A3BED

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.59%

 BLUE value IS 237 (92.97% from 255) = 54.61%

R = 31.8%
G = 13.59%
B = 54.61%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A3BED (or 0x8A3BED) is known color: Blue Violet. HEX triplet: 8A, 3B and ED. RGB value is (138,59,237). Sum of RGB (Red+Green+Blue) = 138+59+237=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A3BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A3BED is #75C412. Grayscale: #666666. Windows color (decimal): -7717907 or 15547274. OLE color: 15547274.

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

Color convert

RGB 138 59 237 -
CMYK 0.42 0.75 0 0.07
HSL 266.63º 0.83% 0.58% -
HSV(B) 266.63º 0.75% 0.93% -
XYZ 27.33 14.65 81.51 -
YUV 102.91 203.67 153.03 -
System Red Green Blue C M Y K H S L
Decimal 138 59 237 0.42 0.75 0 0.07 266.63 0.83 0.58
Hex 8A 3B ED 2A 4B 0 7 10B 53 3A
Octal 212 73 355 52 113 0 7 413 123 72
Binary 10001010 111011 11101101 101010 1001011 0 111 100001011 1010011 111010

Color Harmonies of #8A3BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3BED

Black with #8A3BED

Text Example


Text Example

White with #8A3BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,59,237); }

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

background-color css

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

 a { background-color: rgb(138,59,237); }

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

border-color css

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

 span { border-color: rgb(138,59,237); }

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