Html Css Color HEX #8942E6 Blue Violet

📋 copy color: '#8942E6'

red 137 ◦ green 66 ◦ blue 230

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

Shades of Blue Violet #8942E6

Tints of Blue Violet #8942E6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.24%

 BLUE value IS 230 (90.23% from 255) = 53.12%

R = 31.64%
G = 15.24%
B = 53.12%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8942E6 (or 0x8942E6) is known color: Blue Violet. HEX triplet: 89, 42 and E6. RGB value is (137,66,230). Sum of RGB (Red+Green+Blue) = 137+66+230=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #8942E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8942E6 is #76BD19. Grayscale: #696969. Windows color (decimal): -7781658 or 15090313. OLE color: 15090313.

HSL color Cylindrical-coordinate representation of color #8942E6: hue angle of 265.98º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8942E6 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 66 230 -
CMYK 0.40 0.71 0 0.10
HSL 265.98º 0.77% 0.58% -
HSV(B) 265.98º 0.71% 0.9% -
XYZ 26.55 14.93 76.35 -
YUV 105.93 198.02 150.16 -
System Red Green Blue C M Y K H S L
Decimal 137 66 230 0.40 0.71 0 0.10 265.98 0.77 0.58
Hex 89 42 E6 28 47 0 A 10A 4D 3A
Octal 211 102 346 50 107 0 12 412 115 72
Binary 10001001 1000010 11100110 101000 1000111 0 1010 100001010 1001101 111010

Color Harmonies of #8942E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8942E6

Black with #8942E6

Text Example


Text Example

White with #8942E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8942E6; }

 p { color: rgb(137,66,230); }

 H1.HeaderClassName
 {
   color: #8942E6;
 }
 .AnyTagClassName
 {
   color: #8942E6;
 }
</style>

background-color css

<style>
 a { background-color: #8942E6; }

 a { background-color: rgb(137,66,230); }

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

border-color css

<style>
 span { border-color: #8942E6; }

 span { border-color: rgb(137,66,230); }

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