Html Css Color HEX #9306DC Dark Violet

📋 copy color: '#9306DC'

red 147 ◦ green 6 ◦ blue 220

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

Shades of Dark Violet #9306DC

Tints of Dark Violet #9306DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.61%

 BLUE value IS 220 (86.33% from 255) = 58.98%

R = 39.41%
G = 1.61%
B = 58.98%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9306DC (or 0x9306DC) is known color: Dark Violet. HEX triplet: 93, 06 and DC. RGB value is (147,6,220). Sum of RGB (Red+Green+Blue) = 147+6+220=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #9306DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9306DC is #6CF923. Grayscale: #474747. Windows color (decimal): -7141668 or 14419603. OLE color: 14419603.

HSL color Cylindrical-coordinate representation of color #9306DC: hue angle of 279.53º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9306DC is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 6 220 -
CMYK 0.33 0.97 0 0.14
HSL 279.53º 0.95% 0.44% -
HSV(B) 279.53º 0.97% 0.86% -
XYZ 25.02 11.5 68.61 -
YUV 72.56 211.21 181.1 -
System Red Green Blue C M Y K H S L
Decimal 147 6 220 0.33 0.97 0 0.14 279.53 0.95 0.44
Hex 93 6 DC 21 61 0 E 118 5F 2C
Octal 223 6 334 41 141 0 16 430 137 54
Binary 10010011 110 11011100 100001 1100001 0 1110 100011000 1011111 101100

Color Harmonies of #9306DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9306DC

Black with #9306DC

Text Example


Text Example

White with #9306DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9306DC; }

 p { color: rgb(147,6,220); }

 H1.HeaderClassName
 {
   color: #9306DC;
 }
 .AnyTagClassName
 {
   color: #9306DC;
 }
</style>

background-color css

<style>
 a { background-color: #9306DC; }

 a { background-color: rgb(147,6,220); }

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

border-color css

<style>
 span { border-color: #9306DC; }

 span { border-color: rgb(147,6,220); }

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