Html Css Color HEX #913ADA Blue Violet

📋 copy color: '#913ADA'

red 145 ◦ green 58 ◦ blue 218

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

Shades of Blue Violet #913ADA

Tints of Blue Violet #913ADA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.78%

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

R = 34.44%
G = 13.78%
B = 51.78%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#913ADA (or 0x913ADA) is known color: Blue Violet. HEX triplet: 91, 3A and DA. RGB value is (145,58,218). Sum of RGB (Red+Green+Blue) = 145+58+218=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #913ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913ADA is #6EC525. Grayscale: #656565. Windows color (decimal): -7259430 or 14301841. OLE color: 14301841.

HSL color Cylindrical-coordinate representation of color #913ADA: hue angle of 272.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #913ADA is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 58 218 -
CMYK 0.33 0.73 0 0.15
HSL 272.63º 0.68% 0.54% -
HSV(B) 272.63º 0.73% 0.85% -
XYZ 25.85 14.11 67.69 -
YUV 102.25 193.32 158.49 -
System Red Green Blue C M Y K H S L
Decimal 145 58 218 0.33 0.73 0 0.15 272.63 0.68 0.54
Hex 91 3A DA 21 49 0 F 111 44 36
Octal 221 72 332 41 111 0 17 421 104 66
Binary 10010001 111010 11011010 100001 1001001 0 1111 100010001 1000100 110110

Color Harmonies of #913ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913ADA

Black with #913ADA

Text Example


Text Example

White with #913ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913ADA; }

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

 H1.HeaderClassName
 {
   color: #913ADA;
 }
 .AnyTagClassName
 {
   color: #913ADA;
 }
</style>

background-color css

<style>
 a { background-color: #913ADA; }

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

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

border-color css

<style>
 span { border-color: #913ADA; }

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

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