Html Css Color HEX #940AE5 Dark Violet

📋 copy color: '#940AE5'

red 148 ◦ green 10 ◦ blue 229

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

Shades of Dark Violet #940AE5

Tints of Dark Violet #940AE5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

 BLUE value IS 229 (89.84% from 255) = 59.17%

R = 38.24%
G = 2.58%
B = 59.17%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#940AE5 (or 0x940AE5) is known color: Dark Violet. HEX triplet: 94, 0A and E5. RGB value is (148,10,229). Sum of RGB (Red+Green+Blue) = 148+10+229=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #940AE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940AE5 is #6BF51A. Grayscale: #4B4B4B. Windows color (decimal): -7075099 or 15010452. OLE color: 15010452.

HSL color Cylindrical-coordinate representation of color #940AE5: hue angle of 277.81º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940AE5 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 10 229 -
CMYK 0.35 0.96 0 0.10
HSL 277.81º 0.92% 0.47% -
HSV(B) 277.81º 0.96% 0.9% -
XYZ 26.46 12.17 75.08 -
YUV 76.23 214.22 179.19 -
System Red Green Blue C M Y K H S L
Decimal 148 10 229 0.35 0.96 0 0.10 277.81 0.92 0.47
Hex 94 A E5 23 60 0 A 116 5C 2F
Octal 224 12 345 43 140 0 12 426 134 57
Binary 10010100 1010 11100101 100011 1100000 0 1010 100010110 1011100 101111

Color Harmonies of #940AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940AE5

Black with #940AE5

Text Example


Text Example

White with #940AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,10,229); }

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

background-color css

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

 a { background-color: rgb(148,10,229); }

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

border-color css

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

 span { border-color: rgb(148,10,229); }

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