Html Css Color HEX #913BBA Dark Orchid

📋 copy color: '#913BBA'

red 145 ◦ green 59 ◦ blue 186

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

Shades of Dark Orchid #913BBA

Tints of Dark Orchid #913BBA

RGB

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

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

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

R = 37.18%
G = 15.13%
B = 47.69%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#913BBA (or 0x913BBA) is known color: Dark Orchid. HEX triplet: 91, 3B and BA. RGB value is (145,59,186). Sum of RGB (Red+Green+Blue) = 145+59+186=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #913BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913BBA is #6EC445. Grayscale: #626262. Windows color (decimal): -7259206 or 12204945. OLE color: 12204945.

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

Color convert

RGB 145 59 186 -
CMYK 0.22 0.68 0 0.27
HSL 280.63º 0.52% 0.48% -
HSV(B) 280.63º 0.68% 0.73% -
XYZ 22.1 12.69 47.74 -
YUV 99.19 176.99 160.67 -
System Red Green Blue C M Y K H S L
Decimal 145 59 186 0.22 0.68 0 0.27 280.63 0.52 0.48
Hex 91 3B BA 16 44 0 1B 119 34 30
Octal 221 73 272 26 104 0 33 431 64 60
Binary 10010001 111011 10111010 10110 1000100 0 11011 100011001 110100 110000

Color Harmonies of #913BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913BBA

Black with #913BBA

Text Example


Text Example

White with #913BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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