Html Css Color HEX #913BBD Dark Orchid

📋 copy color: '#913BBD'

red 145 ◦ green 59 ◦ blue 189

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

Shades of Dark Orchid #913BBD

Tints of Dark Orchid #913BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 36.9%
G = 15.01%
B = 48.09%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#913BBD (or 0x913BBD) is known color: Dark Orchid. HEX triplet: 91, 3B and BD. RGB value is (145,59,189). Sum of RGB (Red+Green+Blue) = 145+59+189=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #913BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913BBD is #6EC442. Grayscale: #636363. Windows color (decimal): -7259203 or 12401553. OLE color: 12401553.

HSL color Cylindrical-coordinate representation of color #913BBD: hue angle of 279.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #913BBD is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 59 189 -
CMYK 0.23 0.69 0 0.26
HSL 279.69º 0.52% 0.49% -
HSV(B) 279.69º 0.69% 0.74% -
XYZ 22.43 12.82 49.44 -
YUV 99.53 178.49 160.43 -
System Red Green Blue C M Y K H S L
Decimal 145 59 189 0.23 0.69 0 0.26 279.69 0.52 0.49
Hex 91 3B BD 17 45 0 1A 118 34 31
Octal 221 73 275 27 105 0 32 430 64 61
Binary 10010001 111011 10111101 10111 1000101 0 11010 100011000 110100 110001

Color Harmonies of #913BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913BBD

Black with #913BBD

Text Example


Text Example

White with #913BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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