Html Css Color HEX #9301CC Dark Violet

📋 copy color: '#9301CC'

red 147 ◦ green 1 ◦ blue 204

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

Shades of Dark Violet #9301CC

Tints of Dark Violet #9301CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 41.76%
G = 0.28%
B = 57.95%

CMYK

 C value IS 0.28

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9301CC (or 0x9301CC) is known color: Dark Violet. HEX triplet: 93, 01 and CC. RGB value is (147,1,204). Sum of RGB (Red+Green+Blue) = 147+1+204=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #9301CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9301CC is #6CFE33. Grayscale: #434343. Windows color (decimal): -7142964 or 13369747. OLE color: 13369747.

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

Color convert

RGB 147 1 204 -
CMYK 0.28 1.00 0 0.2
HSL 283.15º 0.99% 0.4% -
HSV(B) 283.15º 1% 0.8% -
XYZ 22.94 10.58 57.96 -
YUV 67.8 204.87 184.49 -
System Red Green Blue C M Y K H S L
Decimal 147 1 204 0.28 1.00 0 0.2 283.15 0.99 0.4
Hex 93 1 CC 1C 64 0 14 11B 63 28
Octal 223 1 314 34 144 0 24 433 143 50
Binary 10010011 1 11001100 11100 1100100 0 10100 100011011 1100011 101000

Color Harmonies of #9301CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9301CC

Black with #9301CC

Text Example


Text Example

White with #9301CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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