Html Css Color HEX #9400FC Dark Violet

📋 copy color: '#9400FC'

red 148 ◦ green 0 ◦ blue 252

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

Shades of Dark Violet #9400FC

Tints of Dark Violet #9400FC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 252 (98.83% from 255) = 63%

R = 37%
G = 0%
B = 63%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9400FC (or 0x9400FC) is known color: Dark Violet. HEX triplet: 94, 00 and FC. RGB value is (148,0,252). Sum of RGB (Red+Green+Blue) = 148+0+252=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #9400FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9400FC is #6BFF03. Grayscale: #484848. Windows color (decimal): -7077636 or 16515220. OLE color: 16515220.

HSL color Cylindrical-coordinate representation of color #9400FC: hue angle of 275.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9400FC is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 0 252 -
CMYK 0.41 1 0 0.01
HSL 275.24º 1% 0.49% -
HSV(B) 275.24º 1% 0.99% -
XYZ 29.78 13.32 93.1 -
YUV 72.98 229.03 181.51 -
System Red Green Blue C M Y K H S L
Decimal 148 0 252 0.41 1 0 0.01 275.24 1 0.49
Hex 94 0 FC 29 64 0 1 113 64 31
Octal 224 0 374 51 144 0 1 423 144 61
Binary 10010100 0 11111100 101001 1100100 0 1 100010011 1100100 110001

Color Harmonies of #9400FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9400FC

Black with #9400FC

Text Example


Text Example

White with #9400FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9400FC; }

 p { color: rgb(148,0,252); }

 H1.HeaderClassName
 {
   color: #9400FC;
 }
 .AnyTagClassName
 {
   color: #9400FC;
 }
</style>

background-color css

<style>
 a { background-color: #9400FC; }

 a { background-color: rgb(148,0,252); }

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

border-color css

<style>
 span { border-color: #9400FC; }

 span { border-color: rgb(148,0,252); }

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