Html Css Color HEX #913AC4 Dark Orchid

📋 copy color: '#913AC4'

red 145 ◦ green 58 ◦ blue 196

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

Shades of Dark Orchid #913AC4

Tints of Dark Orchid #913AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 49.12%

R = 36.34%
G = 14.54%
B = 49.12%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#913AC4 (or 0x913AC4) is known color: Dark Orchid. HEX triplet: 91, 3A and C4. RGB value is (145,58,196). Sum of RGB (Red+Green+Blue) = 145+58+196=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #913AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913AC4 is #6EC53B. Grayscale: #636363. Windows color (decimal): -7259452 or 12860049. OLE color: 12860049.

HSL color Cylindrical-coordinate representation of color #913AC4: hue angle of 277.83º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #913AC4 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 145 58 196 -
CMYK 0.26 0.70 0 0.23
HSL 277.83º 0.54% 0.5% -
HSV(B) 277.83º 0.7% 0.77% -
XYZ 23.15 13.03 53.52 -
YUV 99.75 182.32 160.28 -
System Red Green Blue C M Y K H S L
Decimal 145 58 196 0.26 0.70 0 0.23 277.83 0.54 0.5
Hex 91 3A C4 1A 46 0 17 116 36 32
Octal 221 72 304 32 106 0 27 426 66 62
Binary 10010001 111010 11000100 11010 1000110 0 10111 100010110 110110 110010

Color Harmonies of #913AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913AC4

Black with #913AC4

Text Example


Text Example

White with #913AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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