Html Css Color HEX #913CBC Dark Orchid

📋 copy color: '#913CBC'

red 145 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #913CBC

Tints of Dark Orchid #913CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 36.9%
G = 15.27%
B = 47.84%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#913CBC (or 0x913CBC) is known color: Dark Orchid. HEX triplet: 91, 3C and BC. RGB value is (145,60,188). Sum of RGB (Red+Green+Blue) = 145+60+188=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #913CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913CBC is #6EC343. Grayscale: #636363. Windows color (decimal): -7258948 or 12336273. OLE color: 12336273.

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

Color convert

RGB 145 60 188 -
CMYK 0.23 0.68 0 0.26
HSL 279.84º 0.52% 0.49% -
HSV(B) 279.84º 0.68% 0.74% -
XYZ 22.37 12.88 48.88 -
YUV 100.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 145 60 188 0.23 0.68 0 0.26 279.84 0.52 0.49
Hex 91 3C BC 17 44 0 1A 118 34 31
Octal 221 74 274 27 104 0 32 430 64 61
Binary 10010001 111100 10111100 10111 1000100 0 11010 100011000 110100 110001

Color Harmonies of #913CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913CBC

Black with #913CBC

Text Example


Text Example

White with #913CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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