Html Css Color HEX #942EDD Blue Violet

📋 copy color: '#942EDD'

red 148 ◦ green 46 ◦ blue 221

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

Shades of Blue Violet #942EDD

Tints of Blue Violet #942EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 35.66%
G = 11.08%
B = 53.25%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#942EDD (or 0x942EDD) is known color: Blue Violet. HEX triplet: 94, 2E and DD. RGB value is (148,46,221). Sum of RGB (Red+Green+Blue) = 148+46+221=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #942EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942EDD is #6BD122. Grayscale: #5F5F5F. Windows color (decimal): -7065891 or 14495380. OLE color: 14495380.

HSL color Cylindrical-coordinate representation of color #942EDD: hue angle of 274.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #942EDD is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 46 221 -
CMYK 0.33 0.79 0 0.13
HSL 274.97º 0.72% 0.52% -
HSV(B) 274.97º 0.79% 0.87% -
XYZ 26.24 13.47 69.62 -
YUV 96.45 198.29 164.77 -
System Red Green Blue C M Y K H S L
Decimal 148 46 221 0.33 0.79 0 0.13 274.97 0.72 0.52
Hex 94 2E DD 21 4F 0 D 113 48 34
Octal 224 56 335 41 117 0 15 423 110 64
Binary 10010100 101110 11011101 100001 1001111 0 1101 100010011 1001000 110100

Color Harmonies of #942EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942EDD

Black with #942EDD

Text Example


Text Example

White with #942EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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