Html Css Color HEX #942EED Blue Violet

📋 copy color: '#942EED'

red 148 ◦ green 46 ◦ blue 237

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

Shades of Blue Violet #942EED

Tints of Blue Violet #942EED

RGB

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

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

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

R = 34.34%
G = 10.67%
B = 54.99%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#942EED (or 0x942EED) is known color: Blue Violet. HEX triplet: 94, 2E and ED. RGB value is (148,46,237). Sum of RGB (Red+Green+Blue) = 148+46+237=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #942EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #942EED is #6BD112. Grayscale: #616161. Windows color (decimal): -7065875 or 15543956. OLE color: 15543956.

HSL color Cylindrical-coordinate representation of color #942EED: hue angle of 272.04º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #942EED is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 46 237 -
CMYK 0.38 0.81 0 0.07
HSL 272.04º 0.84% 0.55% -
HSV(B) 272.04º 0.81% 0.93% -
XYZ 28.48 14.36 81.39 -
YUV 98.27 206.29 163.47 -
System Red Green Blue C M Y K H S L
Decimal 148 46 237 0.38 0.81 0 0.07 272.04 0.84 0.55
Hex 94 2E ED 26 51 0 7 110 54 37
Octal 224 56 355 46 121 0 7 420 124 67
Binary 10010100 101110 11101101 100110 1010001 0 111 100010000 1010100 110111

Color Harmonies of #942EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942EED

Black with #942EED

Text Example


Text Example

White with #942EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942EED; }

 p { color: rgb(148,46,237); }

 H1.HeaderClassName
 {
   color: #942EED;
 }
 .AnyTagClassName
 {
   color: #942EED;
 }
</style>

background-color css

<style>
 a { background-color: #942EED; }

 a { background-color: rgb(148,46,237); }

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

border-color css

<style>
 span { border-color: #942EED; }

 span { border-color: rgb(148,46,237); }

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