Html Css Color HEX #8938E1 Blue Violet

📋 copy color: '#8938E1'

red 137 ◦ green 56 ◦ blue 225

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

Shades of Blue Violet #8938E1

Tints of Blue Violet #8938E1

RGB

 RED value IS 137 (53.91% from 255) = 32.78%

 GREEN value IS 56 (22.27% from 255) = 13.4%

 BLUE value IS 225 (88.28% from 255) = 53.83%

R = 32.78%
G = 13.4%
B = 53.83%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8938E1 (or 0x8938E1) is known color: Blue Violet. HEX triplet: 89, 38 and E1. RGB value is (137,56,225). Sum of RGB (Red+Green+Blue) = 137+56+225=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #8938E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8938E1 is #76C71E. Grayscale: #626262. Windows color (decimal): -7784223 or 14760073. OLE color: 14760073.

HSL color Cylindrical-coordinate representation of color #8938E1: hue angle of 268.76º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8938E1 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 56 225 -
CMYK 0.39 0.75 0 0.12
HSL 268.76º 0.74% 0.55% -
HSV(B) 268.76º 0.75% 0.88% -
XYZ 25.32 13.58 72.52 -
YUV 99.49 198.84 154.76 -
System Red Green Blue C M Y K H S L
Decimal 137 56 225 0.39 0.75 0 0.12 268.76 0.74 0.55
Hex 89 38 E1 27 4B 0 C 10D 4A 37
Octal 211 70 341 47 113 0 14 415 112 67
Binary 10001001 111000 11100001 100111 1001011 0 1100 100001101 1001010 110111

Color Harmonies of #8938E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8938E1

Black with #8938E1

Text Example


Text Example

White with #8938E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8938E1; }

 p { color: rgb(137,56,225); }

 H1.HeaderClassName
 {
   color: #8938E1;
 }
 .AnyTagClassName
 {
   color: #8938E1;
 }
</style>

background-color css

<style>
 a { background-color: #8938E1; }

 a { background-color: rgb(137,56,225); }

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

border-color css

<style>
 span { border-color: #8938E1; }

 span { border-color: rgb(137,56,225); }

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