Html Css Color HEX #941FE4 Blue Violet

📋 copy color: '#941FE4'

red 148 ◦ green 31 ◦ blue 228

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

Shades of Blue Violet #941FE4

Tints of Blue Violet #941FE4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.62%

 BLUE value IS 228 (89.45% from 255) = 56.02%

R = 36.36%
G = 7.62%
B = 56.02%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#941FE4 (or 0x941FE4) is known color: Blue Violet. HEX triplet: 94, 1F and E4. RGB value is (148,31,228). Sum of RGB (Red+Green+Blue) = 148+31+228=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 228 (89.45% from 255 or 56.02% from 407); Max value from RGB is 228 - color contains mainly: blue. Hex color #941FE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941FE4 is #6BE01B. Grayscale: #575757. Windows color (decimal): -7069724 or 14950292. OLE color: 14950292.

HSL color Cylindrical-coordinate representation of color #941FE4: hue angle of 275.63º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941FE4 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 31 228 -
CMYK 0.35 0.86 0 0.11
HSL 275.63º 0.78% 0.51% -
HSV(B) 275.63º 0.86% 0.89% -
XYZ 26.71 12.88 74.48 -
YUV 88.44 206.76 170.48 -
System Red Green Blue C M Y K H S L
Decimal 148 31 228 0.35 0.86 0 0.11 275.63 0.78 0.51
Hex 94 1F E4 23 56 0 B 114 4E 33
Octal 224 37 344 43 126 0 13 424 116 63
Binary 10010100 11111 11100100 100011 1010110 0 1011 100010100 1001110 110011

Color Harmonies of #941FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941FE4

Black with #941FE4

Text Example


Text Example

White with #941FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,31,228); }

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

background-color css

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

 a { background-color: rgb(148,31,228); }

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

border-color css

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

 span { border-color: rgb(148,31,228); }

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