Html Css Color HEX #930FDD Dark Violet

📋 copy color: '#930FDD'

red 147 ◦ green 15 ◦ blue 221

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

Shades of Dark Violet #930FDD

Tints of Dark Violet #930FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.92%

 BLUE value IS 221 (86.72% from 255) = 57.7%

R = 38.38%
G = 3.92%
B = 57.7%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#930FDD (or 0x930FDD) is known color: Dark Violet. HEX triplet: 93, 0F and DD. RGB value is (147,15,221). Sum of RGB (Red+Green+Blue) = 147+15+221=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #930FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930FDD is #6CF022. Grayscale: #4D4D4D. Windows color (decimal): -7139363 or 14487443. OLE color: 14487443.

HSL color Cylindrical-coordinate representation of color #930FDD: hue angle of 278.45º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930FDD is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 15 221 -
CMYK 0.33 0.93 0 0.13
HSL 278.45º 0.87% 0.46% -
HSV(B) 278.45º 0.93% 0.87% -
XYZ 25.25 11.77 69.35 -
YUV 77.95 208.73 177.25 -
System Red Green Blue C M Y K H S L
Decimal 147 15 221 0.33 0.93 0 0.13 278.45 0.87 0.46
Hex 93 F DD 21 5D 0 D 116 57 2E
Octal 223 17 335 41 135 0 15 426 127 56
Binary 10010011 1111 11011101 100001 1011101 0 1101 100010110 1010111 101110

Color Harmonies of #930FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930FDD

Black with #930FDD

Text Example


Text Example

White with #930FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,15,221); }

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

background-color css

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

 a { background-color: rgb(147,15,221); }

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

border-color css

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

 span { border-color: rgb(147,15,221); }

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