Html Css Color HEX #913DBA Dark Orchid

📋 copy color: '#913DBA'

red 145 ◦ green 61 ◦ blue 186

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

Shades of Dark Orchid #913DBA

Tints of Dark Orchid #913DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.56%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 36.99%
G = 15.56%
B = 47.45%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#913DBA (or 0x913DBA) is known color: Dark Orchid. HEX triplet: 91, 3D and BA. RGB value is (145,61,186). Sum of RGB (Red+Green+Blue) = 145+61+186=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #913DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913DBA is #6EC245. Grayscale: #636363. Windows color (decimal): -7258694 or 12205457. OLE color: 12205457.

HSL color Cylindrical-coordinate representation of color #913DBA: hue angle of 280.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913DBA is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 61 186 -
CMYK 0.22 0.67 0 0.27
HSL 280.32º 0.51% 0.48% -
HSV(B) 280.32º 0.67% 0.73% -
XYZ 22.21 12.9 47.77 -
YUV 100.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 145 61 186 0.22 0.67 0 0.27 280.32 0.51 0.48
Hex 91 3D BA 16 43 0 1B 118 33 30
Octal 221 75 272 26 103 0 33 430 63 60
Binary 10010001 111101 10111010 10110 1000011 0 11011 100011000 110011 110000

Color Harmonies of #913DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913DBA

Black with #913DBA

Text Example


Text Example

White with #913DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,61,186); }

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

background-color css

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

 a { background-color: rgb(145,61,186); }

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

border-color css

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

 span { border-color: rgb(145,61,186); }

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