Html Css Color HEX #913BCF Dark Orchid

📋 copy color: '#913BCF'

red 145 ◦ green 59 ◦ blue 207

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

Shades of Dark Orchid #913BCF

Tints of Dark Orchid #913BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.36%

R = 35.28%
G = 14.36%
B = 50.36%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#913BCF (or 0x913BCF) is known color: Dark Orchid. HEX triplet: 91, 3B and CF. RGB value is (145,59,207). Sum of RGB (Red+Green+Blue) = 145+59+207=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #913BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913BCF is #6EC430. Grayscale: #656565. Windows color (decimal): -7259185 or 13581201. OLE color: 13581201.

HSL color Cylindrical-coordinate representation of color #913BCF: hue angle of 274.86º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #913BCF is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 59 207 -
CMYK 0.30 0.71 0 0.19
HSL 274.86º 0.61% 0.52% -
HSV(B) 274.86º 0.71% 0.81% -
XYZ 24.5 13.65 60.38 -
YUV 101.59 187.49 158.97 -
System Red Green Blue C M Y K H S L
Decimal 145 59 207 0.30 0.71 0 0.19 274.86 0.61 0.52
Hex 91 3B CF 1E 47 0 13 113 3D 34
Octal 221 73 317 36 107 0 23 423 75 64
Binary 10010001 111011 11001111 11110 1000111 0 10011 100010011 111101 110100

Color Harmonies of #913BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913BCF

Black with #913BCF

Text Example


Text Example

White with #913BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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