Html Css Color HEX #9300E5 Dark Violet

📋 copy color: '#9300E5'

red 147 ◦ green 0 ◦ blue 229

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

Shades of Dark Violet #9300E5

Tints of Dark Violet #9300E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 60.9%

R = 39.1%
G = 0%
B = 60.9%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9300E5 (or 0x9300E5) is known color: Dark Violet. HEX triplet: 93, 00 and E5. RGB value is (147,0,229). Sum of RGB (Red+Green+Blue) = 147+0+229=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #9300E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9300E5 is #6CFF1A. Grayscale: #454545. Windows color (decimal): -7143195 or 15007891. OLE color: 15007891.

HSL color Cylindrical-coordinate representation of color #9300E5: hue angle of 278.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9300E5 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 147 0 229 -
CMYK 0.36 1 0 0.10
HSL 278.52º 1% 0.45% -
HSV(B) 278.52º 1% 0.9% -
XYZ 26.18 11.86 75.04 -
YUV 70.06 217.7 182.88 -
System Red Green Blue C M Y K H S L
Decimal 147 0 229 0.36 1 0 0.10 278.52 1 0.45
Hex 93 0 E5 24 64 0 A 117 64 2D
Octal 223 0 345 44 144 0 12 427 144 55
Binary 10010011 0 11100101 100100 1100100 0 1010 100010111 1100100 101101

Color Harmonies of #9300E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9300E5

Black with #9300E5

Text Example


Text Example

White with #9300E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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