Html Css Color HEX #9301DF Dark Violet

📋 copy color: '#9301DF'

red 147 ◦ green 1 ◦ blue 223

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

Shades of Dark Violet #9301DF

Tints of Dark Violet #9301DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 39.62%
G = 0.27%
B = 60.11%

CMYK

 C value IS 0.34

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9301DF (or 0x9301DF) is known color: Dark Violet. HEX triplet: 93, 01 and DF. RGB value is (147,1,223). Sum of RGB (Red+Green+Blue) = 147+1+223=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #9301DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9301DF is #6CFE20. Grayscale: #454545. Windows color (decimal): -7142945 or 14614931. OLE color: 14614931.

HSL color Cylindrical-coordinate representation of color #9301DF: hue angle of 279.46º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9301DF is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 1 223 -
CMYK 0.34 1.00 0 0.13
HSL 279.46º 0.99% 0.44% -
HSV(B) 279.46º 1% 0.87% -
XYZ 25.36 11.55 70.71 -
YUV 69.96 214.37 182.95 -
System Red Green Blue C M Y K H S L
Decimal 147 1 223 0.34 1.00 0 0.13 279.46 0.99 0.44
Hex 93 1 DF 22 64 0 D 117 63 2C
Octal 223 1 337 42 144 0 15 427 143 54
Binary 10010011 1 11011111 100010 1100100 0 1101 100010111 1100011 101100

Color Harmonies of #9301DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9301DF

Black with #9301DF

Text Example


Text Example

White with #9301DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9301DF; }

 p { color: rgb(147,1,223); }

 H1.HeaderClassName
 {
   color: #9301DF;
 }
 .AnyTagClassName
 {
   color: #9301DF;
 }
</style>

background-color css

<style>
 a { background-color: #9301DF; }

 a { background-color: rgb(147,1,223); }

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

border-color css

<style>
 span { border-color: #9301DF; }

 span { border-color: rgb(147,1,223); }

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