Html Css Color HEX #913BC9 Dark Orchid

📋 copy color: '#913BC9'

red 145 ◦ green 59 ◦ blue 201

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

Shades of Dark Orchid #913BC9

Tints of Dark Orchid #913BC9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.57%

 BLUE value IS 201 (78.91% from 255) = 49.63%

R = 35.8%
G = 14.57%
B = 49.63%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#913BC9 (or 0x913BC9) is known color: Dark Orchid. HEX triplet: 91, 3B and C9. RGB value is (145,59,201). Sum of RGB (Red+Green+Blue) = 145+59+201=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #913BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913BC9 is #6EC436. Grayscale: #646464. Windows color (decimal): -7259191 or 13187985. OLE color: 13187985.

HSL color Cylindrical-coordinate representation of color #913BC9: hue angle of 276.34º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #913BC9 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 59 201 -
CMYK 0.28 0.71 0 0.21
HSL 276.34º 0.57% 0.51% -
HSV(B) 276.34º 0.71% 0.79% -
XYZ 23.78 13.36 56.58 -
YUV 100.9 184.49 159.45 -
System Red Green Blue C M Y K H S L
Decimal 145 59 201 0.28 0.71 0 0.21 276.34 0.57 0.51
Hex 91 3B C9 1C 47 0 15 114 39 33
Octal 221 73 311 34 107 0 25 424 71 63
Binary 10010001 111011 11001001 11100 1000111 0 10101 100010100 111001 110011

Color Harmonies of #913BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913BC9

Black with #913BC9

Text Example


Text Example

White with #913BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,59,201); }

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

background-color css

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

 a { background-color: rgb(145,59,201); }

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

border-color css

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

 span { border-color: rgb(145,59,201); }

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