Html Css Color HEX #910DDA Dark Violet

📋 copy color: '#910DDA'

red 145 ◦ green 13 ◦ blue 218

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

Shades of Dark Violet #910DDA

Tints of Dark Violet #910DDA

RGB

 RED value IS 145 (57.03% from 255) = 38.56%

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

 BLUE value IS 218 (85.55% from 255) = 57.98%

R = 38.56%
G = 3.46%
B = 57.98%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#910DDA (or 0x910DDA) is known color: Dark Violet. HEX triplet: 91, 0D and DA. RGB value is (145,13,218). Sum of RGB (Red+Green+Blue) = 145+13+218=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #910DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910DDA is #6EF225. Grayscale: #4B4B4B. Windows color (decimal): -7270950 or 14290321. OLE color: 14290321.

HSL color Cylindrical-coordinate representation of color #910DDA: hue angle of 278.63º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910DDA is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 13 218 -
CMYK 0.33 0.94 0 0.15
HSL 278.63º 0.89% 0.45% -
HSV(B) 278.63º 0.94% 0.85% -
XYZ 24.48 11.37 67.23 -
YUV 75.84 208.23 177.33 -
System Red Green Blue C M Y K H S L
Decimal 145 13 218 0.33 0.94 0 0.15 278.63 0.89 0.45
Hex 91 D DA 21 5E 0 F 117 59 2D
Octal 221 15 332 41 136 0 17 427 131 55
Binary 10010001 1101 11011010 100001 1011110 0 1111 100010111 1011001 101101

Color Harmonies of #910DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910DDA

Black with #910DDA

Text Example


Text Example

White with #910DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910DDA; }

 p { color: rgb(145,13,218); }

 H1.HeaderClassName
 {
   color: #910DDA;
 }
 .AnyTagClassName
 {
   color: #910DDA;
 }
</style>

background-color css

<style>
 a { background-color: #910DDA; }

 a { background-color: rgb(145,13,218); }

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

border-color css

<style>
 span { border-color: #910DDA; }

 span { border-color: rgb(145,13,218); }

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