Html Css Color HEX #940BE4 Dark Violet

📋 copy color: '#940BE4'

red 148 ◦ green 11 ◦ blue 228

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

Shades of Dark Violet #940BE4

Tints of Dark Violet #940BE4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.84%

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

R = 38.24%
G = 2.84%
B = 58.91%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#940BE4 (or 0x940BE4) is known color: Dark Violet. HEX triplet: 94, 0B and E4. RGB value is (148,11,228). Sum of RGB (Red+Green+Blue) = 148+11+228=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 228 (89.45% from 255 or 58.91% from 387); Max value from RGB is 228 - color contains mainly: blue. Hex color #940BE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940BE4 is #6BF41B. Grayscale: #4B4B4B. Windows color (decimal): -7074844 or 14945172. OLE color: 14945172.

HSL color Cylindrical-coordinate representation of color #940BE4: hue angle of 277.88º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940BE4 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 11 228 -
CMYK 0.35 0.95 0 0.11
HSL 277.88º 0.91% 0.47% -
HSV(B) 277.88º 0.95% 0.89% -
XYZ 26.34 12.14 74.35 -
YUV 76.7 213.39 178.86 -
System Red Green Blue C M Y K H S L
Decimal 148 11 228 0.35 0.95 0 0.11 277.88 0.91 0.47
Hex 94 B E4 23 5F 0 B 116 5B 2F
Octal 224 13 344 43 137 0 13 426 133 57
Binary 10010100 1011 11100100 100011 1011111 0 1011 100010110 1011011 101111

Color Harmonies of #940BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940BE4

Black with #940BE4

Text Example


Text Example

White with #940BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940BE4; }

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

 H1.HeaderClassName
 {
   color: #940BE4;
 }
 .AnyTagClassName
 {
   color: #940BE4;
 }
</style>

background-color css

<style>
 a { background-color: #940BE4; }

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

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

border-color css

<style>
 span { border-color: #940BE4; }

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

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