Html Css Color HEX #9300F1 Dark Violet

📋 copy color: '#9300F1'

red 147 ◦ green 0 ◦ blue 241

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

Shades of Dark Violet #9300F1

Tints of Dark Violet #9300F1

RGB

 RED value IS 147 (57.81% from 255) = 37.89%

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

 BLUE value IS 241 (94.53% from 255) = 62.11%

R = 37.89%
G = 0%
B = 62.11%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9300F1 (or 0x9300F1) is known color: Dark Violet. HEX triplet: 93, 00 and F1. RGB value is (147,0,241). Sum of RGB (Red+Green+Blue) = 147+0+241=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #9300F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9300F1 is #6CFF0E. Grayscale: #464646. Windows color (decimal): -7143183 or 15794323. OLE color: 15794323.

HSL color Cylindrical-coordinate representation of color #9300F1: hue angle of 276.6º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9300F1 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 0 241 -
CMYK 0.39 1 0 0.05
HSL 276.6º 1% 0.47% -
HSV(B) 276.6º 1% 0.95% -
XYZ 27.91 12.55 84.17 -
YUV 71.43 223.7 181.9 -
System Red Green Blue C M Y K H S L
Decimal 147 0 241 0.39 1 0 0.05 276.6 1 0.47
Hex 93 0 F1 27 64 0 5 115 64 2F
Octal 223 0 361 47 144 0 5 425 144 57
Binary 10010011 0 11110001 100111 1100100 0 101 100010101 1100100 101111

Color Harmonies of #9300F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9300F1

Black with #9300F1

Text Example


Text Example

White with #9300F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9300F1; }

 p { color: rgb(147,0,241); }

 H1.HeaderClassName
 {
   color: #9300F1;
 }
 .AnyTagClassName
 {
   color: #9300F1;
 }
</style>

background-color css

<style>
 a { background-color: #9300F1; }

 a { background-color: rgb(147,0,241); }

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

border-color css

<style>
 span { border-color: #9300F1; }

 span { border-color: rgb(147,0,241); }

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