Html Css Color HEX #913ACF Dark Orchid

📋 copy color: '#913ACF'

red 145 ◦ green 58 ◦ blue 207

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

Shades of Dark Orchid #913ACF

Tints of Dark Orchid #913ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.15%

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

R = 35.37%
G = 14.15%
B = 50.49%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#913ACF (or 0x913ACF) is known color: Dark Orchid. HEX triplet: 91, 3A and CF. RGB value is (145,58,207). Sum of RGB (Red+Green+Blue) = 145+58+207=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #913ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913ACF is #6EC530. Grayscale: #646464. Windows color (decimal): -7259441 or 13580945. OLE color: 13580945.

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

Color convert

RGB 145 58 207 -
CMYK 0.30 0.72 0 0.19
HSL 275.03º 0.61% 0.52% -
HSV(B) 275.03º 0.72% 0.81% -
XYZ 24.45 13.55 60.36 -
YUV 101 187.82 159.38 -
System Red Green Blue C M Y K H S L
Decimal 145 58 207 0.30 0.72 0 0.19 275.03 0.61 0.52
Hex 91 3A CF 1E 48 0 13 113 3D 34
Octal 221 72 317 36 110 0 23 423 75 64
Binary 10010001 111010 11001111 11110 1001000 0 10011 100010011 111101 110100

Color Harmonies of #913ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913ACF

Black with #913ACF

Text Example


Text Example

White with #913ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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