Html Css Color HEX #941EE6 Blue Violet

📋 copy color: '#941EE6'

red 148 ◦ green 30 ◦ blue 230

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

Shades of Blue Violet #941EE6

Tints of Blue Violet #941EE6

RGB

 RED value IS 148 (58.2% from 255) = 36.27%

 GREEN value IS 30 (12.11% from 255) = 7.35%

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

R = 36.27%
G = 7.35%
B = 56.37%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#941EE6 (or 0x941EE6) is known color: Blue Violet. HEX triplet: 94, 1E and E6. RGB value is (148,30,230). Sum of RGB (Red+Green+Blue) = 148+30+230=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 230 (90.23% from 255 or 56.37% from 408); Max value from RGB is 230 - color contains mainly: blue. Hex color #941EE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #941EE6 is #6BE119. Grayscale: #575757. Windows color (decimal): -7069978 or 15081108. OLE color: 15081108.

HSL color Cylindrical-coordinate representation of color #941EE6: hue angle of 275.4º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941EE6 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 30 230 -
CMYK 0.36 0.87 0 0.10
HSL 275.4º 0.8% 0.51% -
HSV(B) 275.4º 0.87% 0.9% -
XYZ 26.96 12.94 75.94 -
YUV 88.08 208.09 170.74 -
System Red Green Blue C M Y K H S L
Decimal 148 30 230 0.36 0.87 0 0.10 275.4 0.8 0.51
Hex 94 1E E6 24 57 0 A 113 50 33
Octal 224 36 346 44 127 0 12 423 120 63
Binary 10010100 11110 11100110 100100 1010111 0 1010 100010011 1010000 110011

Color Harmonies of #941EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941EE6

Black with #941EE6

Text Example


Text Example

White with #941EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941EE6; }

 p { color: rgb(148,30,230); }

 H1.HeaderClassName
 {
   color: #941EE6;
 }
 .AnyTagClassName
 {
   color: #941EE6;
 }
</style>

background-color css

<style>
 a { background-color: #941EE6; }

 a { background-color: rgb(148,30,230); }

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

border-color css

<style>
 span { border-color: #941EE6; }

 span { border-color: rgb(148,30,230); }

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