Html Css Color HEX #9301DD Dark Violet

📋 copy color: '#9301DD'

red 147 ◦ green 1 ◦ blue 221

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

Shades of Dark Violet #9301DD

Tints of Dark Violet #9301DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 39.84%
G = 0.27%
B = 59.89%

CMYK

 C value IS 0.33

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9301DD (or 0x9301DD) is known color: Dark Violet. HEX triplet: 93, 01 and DD. RGB value is (147,1,221). Sum of RGB (Red+Green+Blue) = 147+1+221=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #9301DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9301DD is #6CFE22. Grayscale: #454545. Windows color (decimal): -7142947 or 14483859. OLE color: 14483859.

HSL color Cylindrical-coordinate representation of color #9301DD: hue angle of 279.82º 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 #9301DD is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 1 221 -
CMYK 0.33 1.00 0 0.13
HSL 279.82º 0.99% 0.44% -
HSV(B) 279.82º 1% 0.87% -
XYZ 25.09 11.45 69.29 -
YUV 69.73 213.37 183.11 -
System Red Green Blue C M Y K H S L
Decimal 147 1 221 0.33 1.00 0 0.13 279.82 0.99 0.44
Hex 93 1 DD 21 64 0 D 118 63 2C
Octal 223 1 335 41 144 0 15 430 143 54
Binary 10010011 1 11011101 100001 1100100 0 1101 100011000 1100011 101100

Color Harmonies of #9301DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9301DD

Black with #9301DD

Text Example


Text Example

White with #9301DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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