Html Css Color HEX #930CC5 Dark Violet

📋 copy color: '#930CC5'

red 147 ◦ green 12 ◦ blue 197

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

Shades of Dark Violet #930CC5

Tints of Dark Violet #930CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 55.34%

R = 41.29%
G = 3.37%
B = 55.34%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#930CC5 (or 0x930CC5) is known color: Dark Violet. HEX triplet: 93, 0C and C5. RGB value is (147,12,197). Sum of RGB (Red+Green+Blue) = 147+12+197=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #930CC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930CC5 is #6CF33A. Grayscale: #484848. Windows color (decimal): -7140155 or 12913811. OLE color: 12913811.

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

Color convert

RGB 147 12 197 -
CMYK 0.25 0.94 0 0.23
HSL 283.78º 0.89% 0.41% -
HSV(B) 283.78º 0.94% 0.77% -
XYZ 22.24 10.5 53.68 -
YUV 73.46 197.73 180.46 -
System Red Green Blue C M Y K H S L
Decimal 147 12 197 0.25 0.94 0 0.23 283.78 0.89 0.41
Hex 93 C C5 19 5E 0 17 11C 59 29
Octal 223 14 305 31 136 0 27 434 131 51
Binary 10010011 1100 11000101 11001 1011110 0 10111 100011100 1011001 101001

Color Harmonies of #930CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930CC5

Black with #930CC5

Text Example


Text Example

White with #930CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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