Html Css Color HEX #920FDD Dark Violet

📋 copy color: '#920FDD'

red 146 ◦ green 15 ◦ blue 221

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

Shades of Dark Violet #920FDD

Tints of Dark Violet #920FDD

RGB

 RED value IS 146 (57.42% from 255) = 38.22%

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

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

R = 38.22%
G = 3.93%
B = 57.85%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#920FDD (or 0x920FDD) is known color: Dark Violet. HEX triplet: 92, 0F and DD. RGB value is (146,15,221). Sum of RGB (Red+Green+Blue) = 146+15+221=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #920FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920FDD is #6DF022. Grayscale: #4C4C4C. Windows color (decimal): -7204899 or 14487442. OLE color: 14487442.

HSL color Cylindrical-coordinate representation of color #920FDD: hue angle of 278.16º 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 #920FDD is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 15 221 -
CMYK 0.34 0.93 0 0.13
HSL 278.16º 0.87% 0.46% -
HSV(B) 278.16º 0.93% 0.87% -
XYZ 25.08 11.67 69.34 -
YUV 77.65 208.9 176.75 -
System Red Green Blue C M Y K H S L
Decimal 146 15 221 0.34 0.93 0 0.13 278.16 0.87 0.46
Hex 92 F DD 22 5D 0 D 116 57 2E
Octal 222 17 335 42 135 0 15 426 127 56
Binary 10010010 1111 11011101 100010 1011101 0 1101 100010110 1010111 101110

Color Harmonies of #920FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920FDD

Black with #920FDD

Text Example


Text Example

White with #920FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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