Html Css Color HEX #913FCC Dark Orchid

📋 copy color: '#913FCC'

red 145 ◦ green 63 ◦ blue 204

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

Shades of Dark Orchid #913FCC

Tints of Dark Orchid #913FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.29%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 35.19%
G = 15.29%
B = 49.51%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#913FCC (or 0x913FCC) is known color: Dark Orchid. HEX triplet: 91, 3F and CC. RGB value is (145,63,204). Sum of RGB (Red+Green+Blue) = 145+63+204=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #913FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913FCC is #6EC033. Grayscale: #676767. Windows color (decimal): -7258164 or 13385617. OLE color: 13385617.

HSL color Cylindrical-coordinate representation of color #913FCC: hue angle of 274.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #913FCC is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 63 204 -
CMYK 0.29 0.69 0 0.2
HSL 274.89º 0.58% 0.52% -
HSV(B) 274.89º 0.69% 0.8% -
XYZ 24.35 13.93 58.53 -
YUV 103.59 184.67 157.54 -
System Red Green Blue C M Y K H S L
Decimal 145 63 204 0.29 0.69 0 0.2 274.89 0.58 0.52
Hex 91 3F CC 1D 45 0 14 113 3A 34
Octal 221 77 314 35 105 0 24 423 72 64
Binary 10010001 111111 11001100 11101 1000101 0 10100 100010011 111010 110100

Color Harmonies of #913FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913FCC

Black with #913FCC

Text Example


Text Example

White with #913FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,63,204); }

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

background-color css

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

 a { background-color: rgb(145,63,204); }

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

border-color css

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

 span { border-color: rgb(145,63,204); }

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