Html Css Color HEX #9F03E4 Dark Violet

📋 copy color: '#9F03E4'

red 159 ◦ green 3 ◦ blue 228

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

Shades of Dark Violet #9F03E4

Tints of Dark Violet #9F03E4

RGB

 RED value IS 159 (62.5% from 255) = 40.77%

 GREEN value IS 3 (1.56% from 255) = 0.77%

 BLUE value IS 228 (89.45% from 255) = 58.46%

R = 40.77%
G = 0.77%
B = 58.46%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9F03E4 (or 0x9F03E4) is known color: Dark Violet. HEX triplet: 9F, 03 and E4. RGB value is (159,3,228). Sum of RGB (Red+Green+Blue) = 159+3+228=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 228 (89.45% from 255 or 58.46% from 390); Max value from RGB is 228 - color contains mainly: blue. Hex color #9F03E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F03E4 is #60FC1B. Grayscale: #4A4A4A. Windows color (decimal): -6355996 or 14943135. OLE color: 14943135.

HSL color Cylindrical-coordinate representation of color #9F03E4: hue angle of 281.6º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F03E4 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 3 228 -
CMYK 0.30 0.99 0 0.11
HSL 281.6º 0.97% 0.45% -
HSV(B) 281.6º 0.99% 0.89% -
XYZ 28.33 13.04 74.42 -
YUV 75.29 214.18 187.7 -
System Red Green Blue C M Y K H S L
Decimal 159 3 228 0.30 0.99 0 0.11 281.6 0.97 0.45
Hex 9F 3 E4 1E 63 0 B 11A 61 2D
Octal 237 3 344 36 143 0 13 432 141 55
Binary 10011111 11 11100100 11110 1100011 0 1011 100011010 1100001 101101

Color Harmonies of #9F03E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F03E4

Black with #9F03E4

Text Example


Text Example

White with #9F03E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F03E4; }

 p { color: rgb(159,3,228); }

 H1.HeaderClassName
 {
   color: #9F03E4;
 }
 .AnyTagClassName
 {
   color: #9F03E4;
 }
</style>

background-color css

<style>
 a { background-color: #9F03E4; }

 a { background-color: rgb(159,3,228); }

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

border-color css

<style>
 span { border-color: #9F03E4; }

 span { border-color: rgb(159,3,228); }

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