Html Css Color HEX #930DB0 Dark Violet

📋 copy color: '#930DB0'

red 147 ◦ green 13 ◦ blue 176

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

Shades of Dark Violet #930DB0

Tints of Dark Violet #930DB0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.87%

 BLUE value IS 176 (69.14% from 255) = 52.38%

R = 43.75%
G = 3.87%
B = 52.38%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#930DB0 (or 0x930DB0) is known color: Dark Violet. HEX triplet: 93, 0D and B0. RGB value is (147,13,176). Sum of RGB (Red+Green+Blue) = 147+13+176=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 176 (69.14% from 255 or 52.38% from 336); Max value from RGB is 176 - color contains mainly: blue. Hex color #930DB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930DB0 is #6CF24F. Grayscale: #474747. Windows color (decimal): -7139920 or 11537811. OLE color: 11537811.

HSL color Cylindrical-coordinate representation of color #930DB0: hue angle of 289.33º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930DB0 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 13 176 -
CMYK 0.16 0.93 0 0.31
HSL 289.33º 0.86% 0.37% -
HSV(B) 289.33º 0.93% 0.69% -
XYZ 20.01 9.63 41.88 -
YUV 71.65 186.89 181.75 -
System Red Green Blue C M Y K H S L
Decimal 147 13 176 0.16 0.93 0 0.31 289.33 0.86 0.37
Hex 93 D B0 10 5D 0 1F 121 56 25
Octal 223 15 260 20 135 0 37 441 126 45
Binary 10010011 1101 10110000 10000 1011101 0 11111 100100001 1010110 100101

Color Harmonies of #930DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930DB0

Black with #930DB0

Text Example


Text Example

White with #930DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,13,176); }

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

background-color css

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

 a { background-color: rgb(147,13,176); }

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

border-color css

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

 span { border-color: rgb(147,13,176); }

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