Html Css Color HEX #9301C9 Dark Violet

📋 copy color: '#9301C9'

red 147 ◦ green 1 ◦ blue 201

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

Shades of Dark Violet #9301C9

Tints of Dark Violet #9301C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 57.59%

R = 42.12%
G = 0.29%
B = 57.59%

CMYK

 C value IS 0.27

 M value IS 1.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9301C9 (or 0x9301C9) is known color: Dark Violet. HEX triplet: 93, 01 and C9. RGB value is (147,1,201). Sum of RGB (Red+Green+Blue) = 147+1+201=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 201 (78.91% from 255 or 57.59% from 349); Max value from RGB is 201 - color contains mainly: blue. Hex color #9301C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9301C9 is #6CFE36. Grayscale: #424242. Windows color (decimal): -7142967 or 13173139. OLE color: 13173139.

HSL color Cylindrical-coordinate representation of color #9301C9: hue angle of 283.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9301C9 is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 1 201 -
CMYK 0.27 1.00 0 0.21
HSL 283.8º 0.99% 0.4% -
HSV(B) 283.8º 1% 0.79% -
XYZ 22.59 10.44 56.08 -
YUV 67.45 203.37 184.74 -
System Red Green Blue C M Y K H S L
Decimal 147 1 201 0.27 1.00 0 0.21 283.8 0.99 0.4
Hex 93 1 C9 1B 64 0 15 11C 63 28
Octal 223 1 311 33 144 0 25 434 143 50
Binary 10010011 1 11001001 11011 1100100 0 10101 100011100 1100011 101000

Color Harmonies of #9301C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9301C9

Black with #9301C9

Text Example


Text Example

White with #9301C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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