Html Css Color HEX #940AF8 Dark Violet

📋 copy color: '#940AF8'

red 148 ◦ green 10 ◦ blue 248

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

Shades of Dark Violet #940AF8

Tints of Dark Violet #940AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 61.08%

R = 36.45%
G = 2.46%
B = 61.08%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#940AF8 (or 0x940AF8) is known color: Dark Violet. HEX triplet: 94, 0A and F8. RGB value is (148,10,248). Sum of RGB (Red+Green+Blue) = 148+10+248=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 248 (97.27% from 255 or 61.08% from 406); Max value from RGB is 248 - color contains mainly: blue. Hex color #940AF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940AF8 is #6BF507. Grayscale: #4D4D4D. Windows color (decimal): -7075080 or 16255636. OLE color: 16255636.

HSL color Cylindrical-coordinate representation of color #940AF8: hue angle of 274.79º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940AF8 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 10 248 -
CMYK 0.40 0.96 0 0.03
HSL 274.79º 0.94% 0.51% -
HSV(B) 274.79º 0.96% 0.97% -
XYZ 29.26 13.29 89.83 -
YUV 78.39 223.72 177.65 -
System Red Green Blue C M Y K H S L
Decimal 148 10 248 0.40 0.96 0 0.03 274.79 0.94 0.51
Hex 94 A F8 28 60 0 3 113 5E 33
Octal 224 12 370 50 140 0 3 423 136 63
Binary 10010100 1010 11111000 101000 1100000 0 11 100010011 1011110 110011

Color Harmonies of #940AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940AF8

Black with #940AF8

Text Example


Text Example

White with #940AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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