Html Css Color HEX #930ADC Dark Violet

📋 copy color: '#930ADC'

red 147 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #930ADC

Tints of Dark Violet #930ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.65%

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

R = 38.99%
G = 2.65%
B = 58.36%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#930ADC (or 0x930ADC) is known color: Dark Violet. HEX triplet: 93, 0A and DC. RGB value is (147,10,220). Sum of RGB (Red+Green+Blue) = 147+10+220=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #930ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930ADC is #6CF523. Grayscale: #4A4A4A. Windows color (decimal): -7140644 or 14420627. OLE color: 14420627.

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

Color convert

RGB 147 10 220 -
CMYK 0.33 0.95 0 0.14
HSL 279.14º 0.91% 0.45% -
HSV(B) 279.14º 0.95% 0.86% -
XYZ 25.06 11.59 68.63 -
YUV 74.9 209.89 179.42 -
System Red Green Blue C M Y K H S L
Decimal 147 10 220 0.33 0.95 0 0.14 279.14 0.91 0.45
Hex 93 A DC 21 5F 0 E 117 5B 2D
Octal 223 12 334 41 137 0 16 427 133 55
Binary 10010011 1010 11011100 100001 1011111 0 1110 100010111 1011011 101101

Color Harmonies of #930ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930ADC

Black with #930ADC

Text Example


Text Example

White with #930ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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