Html Css Color HEX #940FE7 Dark Violet

📋 copy color: '#940FE7'

red 148 ◦ green 15 ◦ blue 231

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

Shades of Dark Violet #940FE7

Tints of Dark Violet #940FE7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.81%

 BLUE value IS 231 (90.63% from 255) = 58.63%

R = 37.56%
G = 3.81%
B = 58.63%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#940FE7 (or 0x940FE7) is known color: Dark Violet. HEX triplet: 94, 0F and E7. RGB value is (148,15,231). Sum of RGB (Red+Green+Blue) = 148+15+231=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #940FE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940FE7 is #6BF018. Grayscale: #4E4E4E. Windows color (decimal): -7073817 or 15142804. OLE color: 15142804.

HSL color Cylindrical-coordinate representation of color #940FE7: hue angle of 276.94º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940FE7 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 15 231 -
CMYK 0.36 0.94 0 0.09
HSL 276.94º 0.88% 0.48% -
HSV(B) 276.94º 0.94% 0.91% -
XYZ 26.81 12.41 76.58 -
YUV 79.39 213.56 176.94 -
System Red Green Blue C M Y K H S L
Decimal 148 15 231 0.36 0.94 0 0.09 276.94 0.88 0.48
Hex 94 F E7 24 5E 0 9 115 58 30
Octal 224 17 347 44 136 0 11 425 130 60
Binary 10010100 1111 11100111 100100 1011110 0 1001 100010101 1011000 110000

Color Harmonies of #940FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940FE7

Black with #940FE7

Text Example


Text Example

White with #940FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,15,231); }

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

background-color css

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

 a { background-color: rgb(148,15,231); }

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

border-color css

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

 span { border-color: rgb(148,15,231); }

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