Html Css Color HEX #9300D8 Dark Violet

📋 copy color: '#9300D8'

red 147 ◦ green 0 ◦ blue 216

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

Shades of Dark Violet #9300D8

Tints of Dark Violet #9300D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 59.5%

R = 40.5%
G = 0%
B = 59.5%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9300D8 (or 0x9300D8) is known color: Dark Violet. HEX triplet: 93, 00 and D8. RGB value is (147,0,216). Sum of RGB (Red+Green+Blue) = 147+0+216=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 216 (84.77% from 255 or 59.50% from 363); Max value from RGB is 216 - color contains mainly: blue. Hex color #9300D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9300D8 is #6CFF27. Grayscale: #434343. Windows color (decimal): -7143208 or 14155923. OLE color: 14155923.

HSL color Cylindrical-coordinate representation of color #9300D8: hue angle of 280.83º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9300D8 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 0 216 -
CMYK 0.32 1 0 0.15
HSL 280.83º 1% 0.42% -
HSV(B) 280.83º 1% 0.85% -
XYZ 24.43 11.16 65.83 -
YUV 68.58 211.2 183.94 -
System Red Green Blue C M Y K H S L
Decimal 147 0 216 0.32 1 0 0.15 280.83 1 0.42
Hex 93 0 D8 20 64 0 F 119 64 2A
Octal 223 0 330 40 144 0 17 431 144 52
Binary 10010011 0 11011000 100000 1100100 0 1111 100011001 1100100 101010

Color Harmonies of #9300D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9300D8

Black with #9300D8

Text Example


Text Example

White with #9300D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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