Html Css Color HEX #913CBF Dark Orchid

📋 copy color: '#913CBF'

red 145 ◦ green 60 ◦ blue 191

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

Shades of Dark Orchid #913CBF

Tints of Dark Orchid #913CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.15%

 BLUE value IS 191 (75% from 255) = 48.23%

R = 36.62%
G = 15.15%
B = 48.23%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#913CBF (or 0x913CBF) is known color: Dark Orchid. HEX triplet: 91, 3C and BF. RGB value is (145,60,191). Sum of RGB (Red+Green+Blue) = 145+60+191=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #913CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913CBF is #6EC340. Grayscale: #636363. Windows color (decimal): -7258945 or 12532881. OLE color: 12532881.

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

Color convert

RGB 145 60 191 -
CMYK 0.24 0.69 0 0.25
HSL 278.93º 0.52% 0.49% -
HSV(B) 278.93º 0.69% 0.75% -
XYZ 22.7 13.01 50.61 -
YUV 100.35 179.16 159.85 -
System Red Green Blue C M Y K H S L
Decimal 145 60 191 0.24 0.69 0 0.25 278.93 0.52 0.49
Hex 91 3C BF 18 45 0 19 117 34 31
Octal 221 74 277 30 105 0 31 427 64 61
Binary 10010001 111100 10111111 11000 1000101 0 11001 100010111 110100 110001

Color Harmonies of #913CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913CBF

Black with #913CBF

Text Example


Text Example

White with #913CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,60,191); }

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

background-color css

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

 a { background-color: rgb(145,60,191); }

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

border-color css

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

 span { border-color: rgb(145,60,191); }

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