Html Css Color HEX #943EDD Blue Violet

📋 copy color: '#943EDD'

red 148 ◦ green 62 ◦ blue 221

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

Shades of Blue Violet #943EDD

Tints of Blue Violet #943EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.39%

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

R = 34.34%
G = 14.39%
B = 51.28%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#943EDD (or 0x943EDD) is known color: Blue Violet. HEX triplet: 94, 3E and DD. RGB value is (148,62,221). Sum of RGB (Red+Green+Blue) = 148+62+221=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #943EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943EDD is #6BC122. Grayscale: #696969. Windows color (decimal): -7061795 or 14499476. OLE color: 14499476.

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

Color convert

RGB 148 62 221 -
CMYK 0.33 0.72 0 0.13
HSL 272.45º 0.7% 0.55% -
HSV(B) 272.45º 0.72% 0.87% -
XYZ 26.99 14.96 69.87 -
YUV 105.84 192.99 158.07 -
System Red Green Blue C M Y K H S L
Decimal 148 62 221 0.33 0.72 0 0.13 272.45 0.7 0.55
Hex 94 3E DD 21 48 0 D 110 46 37
Octal 224 76 335 41 110 0 15 420 106 67
Binary 10010100 111110 11011101 100001 1001000 0 1101 100010000 1000110 110111

Color Harmonies of #943EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943EDD

Black with #943EDD

Text Example


Text Example

White with #943EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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