Html Css Color HEX #930CC6 Dark Violet

📋 copy color: '#930CC6'

red 147 ◦ green 12 ◦ blue 198

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

Shades of Dark Violet #930CC6

Tints of Dark Violet #930CC6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.36%

 BLUE value IS 198 (77.73% from 255) = 55.46%

R = 41.18%
G = 3.36%
B = 55.46%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#930CC6 (or 0x930CC6) is known color: Dark Violet. HEX triplet: 93, 0C and C6. RGB value is (147,12,198). Sum of RGB (Red+Green+Blue) = 147+12+198=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #930CC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930CC6 is #6CF339. Grayscale: #484848. Windows color (decimal): -7140154 or 12979347. OLE color: 12979347.

HSL color Cylindrical-coordinate representation of color #930CC6: hue angle of 283.55º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930CC6 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 12 198 -
CMYK 0.26 0.94 0 0.22
HSL 283.55º 0.89% 0.41% -
HSV(B) 283.55º 0.94% 0.78% -
XYZ 22.36 10.54 54.28 -
YUV 73.57 198.23 180.38 -
System Red Green Blue C M Y K H S L
Decimal 147 12 198 0.26 0.94 0 0.22 283.55 0.89 0.41
Hex 93 C C6 1A 5E 0 16 11C 59 29
Octal 223 14 306 32 136 0 26 434 131 51
Binary 10010011 1100 11000110 11010 1011110 0 10110 100011100 1011001 101001

Color Harmonies of #930CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930CC6

Black with #930CC6

Text Example


Text Example

White with #930CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930CC6; }

 p { color: rgb(147,12,198); }

 H1.HeaderClassName
 {
   color: #930CC6;
 }
 .AnyTagClassName
 {
   color: #930CC6;
 }
</style>

background-color css

<style>
 a { background-color: #930CC6; }

 a { background-color: rgb(147,12,198); }

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

border-color css

<style>
 span { border-color: #930CC6; }

 span { border-color: rgb(147,12,198); }

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