Html Css Color HEX #9409FD Dark Violet

📋 copy color: '#9409FD'

red 148 ◦ green 9 ◦ blue 253

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

Shades of Dark Violet #9409FD

Tints of Dark Violet #9409FD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.2%

 BLUE value IS 253 (99.22% from 255) = 61.71%

R = 36.1%
G = 2.2%
B = 61.71%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9409FD (or 0x9409FD) is known color: Dark Violet. HEX triplet: 94, 09 and FD. RGB value is (148,9,253). Sum of RGB (Red+Green+Blue) = 148+9+253=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #9409FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9409FD is #6BF602. Grayscale: #4D4D4D. Windows color (decimal): -7075331 or 16583060. OLE color: 16583060.

HSL color Cylindrical-coordinate representation of color #9409FD: hue angle of 274.18º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9409FD is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 9 253 -
CMYK 0.42 0.96 0 0.01
HSL 274.18º 0.98% 0.51% -
HSV(B) 274.18º 0.96% 0.99% -
XYZ 30.04 13.58 93.97 -
YUV 78.38 226.55 177.66 -
System Red Green Blue C M Y K H S L
Decimal 148 9 253 0.42 0.96 0 0.01 274.18 0.98 0.51
Hex 94 9 FD 2A 60 0 1 112 62 33
Octal 224 11 375 52 140 0 1 422 142 63
Binary 10010100 1001 11111101 101010 1100000 0 1 100010010 1100010 110011

Color Harmonies of #9409FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409FD

Black with #9409FD

Text Example


Text Example

White with #9409FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9409FD; }

 p { color: rgb(148,9,253); }

 H1.HeaderClassName
 {
   color: #9409FD;
 }
 .AnyTagClassName
 {
   color: #9409FD;
 }
</style>

background-color css

<style>
 a { background-color: #9409FD; }

 a { background-color: rgb(148,9,253); }

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

border-color css

<style>
 span { border-color: #9409FD; }

 span { border-color: rgb(148,9,253); }

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